COLOR #1FB499

HEX: #1FB499 RGB: (31,180,153)

Color info

#1FB499 contains mainly green and blue colors. Web safe color of #1FB499 is #33CC99 (or #3C9).

RGB color model

#1FB499 color RGB value is (31,180,153).

RGB: (31,180,153) (12%, 71%, 60%)

RGB channels and saturation

R 31 of 255 = 12%
G 180 of 255 = 71%
B 153 of 255 = 60%

31
180
153

R + G + B ~ 48%. #1FB499 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 31 + 180 + 153 = 364 (100%)
R 31 of 364 ~ 8.52%
G 180 of 364 ~ 49.45%
B 153 of 364 ~ 42.03'%

%49.45
%42.03

CMYK color model

#1FB499 color CMYK value is (83,0,15,29).

  • cyan value is 82.78%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%

CMYK: (83,0,15,29)
C83M0Y15K29 (83%, 0%, 15%, 29%)
(0.83 / 0.00 / 0.15 / 0.29)

CMYK percentages

%82.78
%0
%15
%29.41

Codes

Color #1FB499 in popluar color models

1F B4 99
RGB 31 180 153
HSL 169° 70.62% 41.37%
HSB/HSV 169° 82.78% 70.59%
CMYK 82.78% 0.00% 15.00%
29.41%

Color #1FB499 in popluar number systems.

HEX 1F B4 99
Decimal 31 180 153
Binary 11111 10110100 10011001
Octal 37 264 231

Shades and tints

Shades of #1FB499

#1FB499
(31,180,153)
#1DA48C
(29,164,140)
#1B947F
(27,148,127)
#198472
(25,132,114)
#177465
(23,116,101)
#156458
(21,100,88)
#13544B
(19,84,75)
#11443E
(17,68,62)
#0F3431
(15,52,49)
#0D2424
(13,36,36)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #1FB499

#1FB499
(31,180,153)
#33BAA2
(51,186,162)
#47C0AB
(71,192,171)
#5BC6B4
(91,198,180)
#6FCCBD
(111,204,189)
#83D2C6
(131,210,198)
#97D8CF
(151,216,207)
#ABDED8
(171,222,216)
#BFE4E1
(191,228,225)
#D3EAEA
(211,234,234)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1FB499 color. Also use rgb(31,180,153) instead hex code.

Text Font Color

.myTextColor { color: #1FB499; }

<p style="color:#1FB499">This sample text font color is #1FB499.</p>

This text font color is #1FB499.

Background Color

.myBgColor { background-color: #1FB499; }

<div style="background-color:#1FB499">Inner text</div>

This div background color is #1FB499.

Border color

.myBorderColor { border: 1px solid #1FB499; }

<div style="border:3px solid #1FB499">Div</div>

This div border color is #1FB499.

Opacity

.myOpacity80 { color: #1FB499; opacity: 0.8; }

<p style="color:#1FB499;opacity:0.8;">80%</p>

Text with #1FB499 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1FB499;}

<p style="text-shadow: 3px 3px 1px #1FB499">Text here.</p>

This text has shadow with #1FB499 color.


.textShadow {text-shadow: 3px 3px 1px #1FB499', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1FB499, 5px 5px 20px red">Text here.</p>

This text has shadow with #1FB499 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1FB499, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1FB499, Direction=45, Strength=4)">Text</p>

This text has shadow with #1FB499 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #1FB499;
-webkit-box-shadow: 1px 1px 3px 2px #1FB499;
box-shadow: 1px 1px 3px 2px #1FB499;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1FB499; -webkit-box-shadow: 1px 1px 3px 2px #1FB499; box-shadow:1px 1px 3px 2px #1FB499;">
Div content here
</div>

This div box has shadow with color #1FB499.

Preview

Color preview on black background

This text has color #1FB499 on black background.


Color preview on white background

This text has color #1FB499 on white background.


Black color preview on #1FB499 background

This text has black color on #1FB499 background.


White color preview on #1FB499 background

This text has white color on #1FB499 background.


Related colors

Complementary color

Complementary color for #hex is #E04B66.


I love getcolorcode.com

Triadic colors

1 #991FB4 and #B4991F with #1FB499 are triadic colors.

2 #99B41F and #B41F99 with #1FB499 are triadic colors.