Shades of Fun Green #166140
Tints of Fun Green #166140
RGB
CMYK
RGB Variations
Color information
#166140 (or 0x166140) is known color: Fun Green. HEX triplet: 16, 61 and 40. RGB value is (22,97,64). Sum of RGB (Red+Green+Blue) = 22+97+64=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #166140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166140 is #E99EBF. Grayscale: #464646. Windows color (decimal): -15310528 or 4219158. OLE color: 4219158.
HSL color Cylindrical-coordinate representation of color #166140: hue angle of 153.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166140 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 64 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.62 |
| HSL | 153.6º | 0.63% | 0.23% | - |
| HSV(B) | 153.6º | 0.77% | 0.38% | - |
| XYZ | 5.53 | 9.09 | 6.31 | - |
| YUV | 70.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 64 | 0.77 | 0 | 0.34 | 0.62 | 153.6 | 0.63 | 0.23 |
| Hex | 16 | 61 | 40 | 4D | 0 | 22 | 3E | 9A | 3F | 17 |
| Octal | 26 | 141 | 100 | 115 | 0 | 42 | 76 | 232 | 77 | 27 |
| Binary | 10110 | 1100001 | 1000000 | 1001101 | 0 | 100010 | 111110 | 10011010 | 111111 | 10111 |
Color Harmonies of #166140
Complementary color
Monochromatic Colors of #166140
Black with #166140
Text Example
Text Example
White with #166140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166140; }
p { color: rgb(22,97,64); }
H1.HeaderClassName
{
color: #166140;
}
.AnyTagClassName
{
color: #166140;
}
</style>
background-color css
<style>
a { background-color: #166140; }
a { background-color: rgb(22,97,64); }
div.DivClassName
{
background-color: #166140;
}
.BgClassName
{
background-color: #166140;
}
</style>
border-color css
<style>
span { border-color: #166140; }
span { border-color: rgb(22,97,64); }
td.TdClassName
{
border-color: #166140;
}
.TagClassName
{
border-color: #166140;
}
</style>