Shades of Fun Green #016E32
Tints of Fun Green #016E32
RGB
CMYK
RGB Variations
Color information
#016E32 (or 0x016E32) is known color: Fun Green. HEX triplet: 01, 6E and 32. RGB value is (1,110,50). Sum of RGB (Red+Green+Blue) = 1+110+50=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #016E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E32 is #FE91CD. Grayscale: #464646. Windows color (decimal): -16683470 or 3304961. OLE color: 3304961.
HSL color Cylindrical-coordinate representation of color #016E32: hue angle of 146.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E32 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 50 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.57 |
| HSL | 146.97º | 0.98% | 0.22% | - |
| HSV(B) | 146.97º | 0.99% | 0.43% | - |
| XYZ | 6.16 | 11.39 | 4.89 | - |
| YUV | 70.57 | 116.39 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 50 | 0.99 | 0 | 0.55 | 0.57 | 146.97 | 0.98 | 0.22 |
| Hex | 1 | 6E | 32 | 63 | 0 | 37 | 39 | 93 | 62 | 16 |
| Octal | 1 | 156 | 62 | 143 | 0 | 67 | 71 | 223 | 142 | 26 |
| Binary | 1 | 1101110 | 110010 | 1100011 | 0 | 110111 | 111001 | 10010011 | 1100010 | 10110 |
Color Harmonies of #016E32
Complementary color
Monochromatic Colors of #016E32
Black with #016E32
Text Example
Text Example
White with #016E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E32; }
p { color: rgb(1,110,50); }
H1.HeaderClassName
{
color: #016E32;
}
.AnyTagClassName
{
color: #016E32;
}
</style>
background-color css
<style>
a { background-color: #016E32; }
a { background-color: rgb(1,110,50); }
div.DivClassName
{
background-color: #016E32;
}
.BgClassName
{
background-color: #016E32;
}
</style>
border-color css
<style>
span { border-color: #016E32; }
span { border-color: rgb(1,110,50); }
td.TdClassName
{
border-color: #016E32;
}
.TagClassName
{
border-color: #016E32;
}
</style>