Shades of Jungle Green #1FA17C
Tints of Jungle Green #1FA17C
RGB
CMYK
RGB Variations
Color information
#1FA17C (or 0x1FA17C) is known color: Jungle Green. HEX triplet: 1F, A1 and 7C. RGB value is (31,161,124). Sum of RGB (Red+Green+Blue) = 31+161+124=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA17C is #E05E83. Grayscale: #757575. Windows color (decimal): -14704260 or 8167711. OLE color: 8167711.
HSL color Cylindrical-coordinate representation of color #1FA17C: hue angle of 162.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA17C is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 124 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.37 |
| HSL | 162.92º | 0.68% | 0.38% | - |
| HSV(B) | 162.92º | 0.81% | 0.63% | - |
| XYZ | 16.95 | 27.24 | 23.43 | - |
| YUV | 117.91 | 131.43 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 124 | 0.81 | 0 | 0.23 | 0.37 | 162.92 | 0.68 | 0.38 |
| Hex | 1F | A1 | 7C | 51 | 0 | 17 | 25 | A3 | 44 | 26 |
| Octal | 37 | 241 | 174 | 121 | 0 | 27 | 45 | 243 | 104 | 46 |
| Binary | 11111 | 10100001 | 1111100 | 1010001 | 0 | 10111 | 100101 | 10100011 | 1000100 | 100110 |
Color Harmonies of #1FA17C
Complementary color
Monochromatic Colors of #1FA17C
Black with #1FA17C
Text Example
Text Example
White with #1FA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA17C; }
p { color: rgb(31,161,124); }
H1.HeaderClassName
{
color: #1FA17C;
}
.AnyTagClassName
{
color: #1FA17C;
}
</style>
background-color css
<style>
a { background-color: #1FA17C; }
a { background-color: rgb(31,161,124); }
div.DivClassName
{
background-color: #1FA17C;
}
.BgClassName
{
background-color: #1FA17C;
}
</style>
border-color css
<style>
span { border-color: #1FA17C; }
span { border-color: rgb(31,161,124); }
td.TdClassName
{
border-color: #1FA17C;
}
.TagClassName
{
border-color: #1FA17C;
}
</style>