#1FAB87

Color #1FAB87 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #1FAB87

Tints of Jungle Green #1FAB87

Color information

#1FAB87 (or 0x1FAB87) is unknown color: approx Jungle Green. HEX triplet: 1F, AB and 87. RGB value is (31,171,135). Sum of RGB (Red+Green+Blue) = 31+171+135=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB87 is #E05478. Grayscale: #7D7D7D. Windows color (decimal): -14701689 or 8891167. OLE color: 8891167.

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

Color convert

RGB31171135-
CMYK0.8200.210.33
HSL164.57º69.31%39.61%-
HSV(B)164.57º81.87%67.06%-
XYZ19.531.1727.91-
YUV125.04133.6260.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=9.20%
G=50.74%
B=40.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311711350.8200.210.33164.5769.3139.61
Hex1FAB875201521a54528
Octal372532071220254124510550
Binary1111110101011100001111010010010101100001101001011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FAB87;
 }
 .AnyTagClassName
 {
   color: #1FAB87;
 }
</style>
background-color css

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

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

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

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

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

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