Html Css Color HEX #1FAA87 Jungle Green

📋 copy color: '#1FAA87'

red 31 ◦ green 170 ◦ blue 135

#1FAA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1FAA87

Tints of Jungle Green #1FAA87

RGB

 RED value IS 31 (12.5% from 255) = 9.23%

 GREEN value IS 170 (66.8% from 255) = 50.6%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 9.23%
G = 50.6%
B = 40.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1FAA87 (or 0x1FAA87) is known color: Jungle Green. HEX triplet: 1F, AA and 87. RGB value is (31,170,135). Sum of RGB (Red+Green+Blue) = 31+170+135=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAA87 is #E05578. Grayscale: #7C7C7C. Windows color (decimal): -14701945 or 8890911. OLE color: 8890911.

HSL color Cylindrical-coordinate representation of color #1FAA87: hue angle of 164.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA87 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 170 135 -
CMYK 0.82 0 0.21 0.33
HSL 164.89º 0.69% 0.39% -
HSV(B) 164.89º 0.82% 0.67% -
XYZ 19.31 30.79 27.85 -
YUV 124.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 31 170 135 0.82 0 0.21 0.33 164.89 0.69 0.39
Hex 1F AA 87 52 0 15 21 A5 45 27
Octal 37 252 207 122 0 25 41 245 105 47
Binary 11111 10101010 10000111 1010010 0 10101 100001 10100101 1000101 100111

Color Harmonies of #1FAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAA87

Black with #1FAA87

Text Example


Text Example

White with #1FAA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FAA87; }

 p { color: rgb(31,170,135); }

 H1.HeaderClassName
 {
   color: #1FAA87;
 }
 .AnyTagClassName
 {
   color: #1FAA87;
 }
</style>

background-color css

<style>
 a { background-color: #1FAA87; }

 a { background-color: rgb(31,170,135); }

 div.DivClassName
 {
   background-color: #1FAA87;
 }
 .BgClassName
 {
   background-color: #1FAA87;
 }
</style>

border-color css

<style>
 span { border-color: #1FAA87; }

 span { border-color: rgb(31,170,135); }

 td.TdClassName
 {
   border-color: #1FAA87;
 }
 .TagClassName
 {
   border-color: #1FAA87;
 }
</style>