#1FA07F

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

Shades of Jungle Green #1FA07F

Tints of Jungle Green #1FA07F

Color information

#1FA07F (or 0x1FA07F) is unknown color: approx Jungle Green. HEX triplet: 1F, A0 and 7F. RGB value is (31,160,127). Sum of RGB (Red+Green+Blue) = 31+160+127=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA07F is #E05F80. Grayscale: #757575. Windows color (decimal): -14704513 or 8364063. OLE color: 8364063.

HSL color Cylindrical-coordinate representation of color #1FA07F: hue angle of 164.65º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA07F is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB31160127-
CMYK0.8100.210.37
HSL164.65º67.54%37.45%-
HSV(B)164.65º80.62%62.75%-
XYZ16.9726.9724.39-
YUV117.67133.2666.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.75%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 127 (50% from 255) = 39.94%
R=9.75%
G=50.31%
B=39.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal311601270.8100.210.37164.6567.5437.45
Hex1FA07F5101525a54425
Octal372401771210254524510445
Binary111111010000011111111010001010101100101101001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,160,127); }

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

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

 a { background-color: rgb(31,160,127); }

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

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

 span { border-color: rgb(31,160,127); }

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