Shades of Jungle Green #1FA07C
Tints of Jungle Green #1FA07C
RGB
CMYK
RGB Variations
Color information
#1FA07C (or 0x1FA07C) is known color: Jungle Green. HEX triplet: 1F, A0 and 7C. RGB value is (31,160,124). Sum of RGB (Red+Green+Blue) = 31+160+124=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA07C is #E05F83. Grayscale: #757575. Windows color (decimal): -14704516 or 8167455. OLE color: 8167455.
HSL color Cylindrical-coordinate representation of color #1FA07C: hue angle of 163.26º 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 #1FA07C is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 124 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.37 |
| HSL | 163.26º | 0.68% | 0.37% | - |
| HSV(B) | 163.26º | 0.81% | 0.63% | - |
| XYZ | 16.77 | 26.89 | 23.37 | - |
| YUV | 117.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 124 | 0.81 | 0 | 0.22 | 0.37 | 163.26 | 0.68 | 0.37 |
| Hex | 1F | A0 | 7C | 51 | 0 | 16 | 25 | A3 | 44 | 25 |
| Octal | 37 | 240 | 174 | 121 | 0 | 26 | 45 | 243 | 104 | 45 |
| Binary | 11111 | 10100000 | 1111100 | 1010001 | 0 | 10110 | 100101 | 10100011 | 1000100 | 100101 |
Color Harmonies of #1FA07C
Complementary color
Monochromatic Colors of #1FA07C
Black with #1FA07C
Text Example
Text Example
White with #1FA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA07C; }
p { color: rgb(31,160,124); }
H1.HeaderClassName
{
color: #1FA07C;
}
.AnyTagClassName
{
color: #1FA07C;
}
</style>
background-color css
<style>
a { background-color: #1FA07C; }
a { background-color: rgb(31,160,124); }
div.DivClassName
{
background-color: #1FA07C;
}
.BgClassName
{
background-color: #1FA07C;
}
</style>
border-color css
<style>
span { border-color: #1FA07C; }
span { border-color: rgb(31,160,124); }
td.TdClassName
{
border-color: #1FA07C;
}
.TagClassName
{
border-color: #1FA07C;
}
</style>