Shades of Fun Green #016233
Tints of Fun Green #016233
RGB
CMYK
RGB Variations
Color information
#016233 (or 0x016233) is known color: Fun Green. HEX triplet: 01, 62 and 33. RGB value is (1,98,51). Sum of RGB (Red+Green+Blue) = 1+98+51=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #016233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016233 is #FE9DCC. Grayscale: #3F3F3F. Windows color (decimal): -16686541 or 3367425. OLE color: 3367425.
HSL color Cylindrical-coordinate representation of color #016233: hue angle of 150.93º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016233 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 51 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.62 |
| HSL | 150.93º | 0.98% | 0.19% | - |
| HSV(B) | 150.93º | 0.99% | 0.38% | - |
| XYZ | 4.98 | 8.98 | 4.6 | - |
| YUV | 63.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 51 | 0.99 | 0 | 0.48 | 0.62 | 150.93 | 0.98 | 0.19 |
| Hex | 1 | 62 | 33 | 63 | 0 | 30 | 3E | 97 | 62 | 13 |
| Octal | 1 | 142 | 63 | 143 | 0 | 60 | 76 | 227 | 142 | 23 |
| Binary | 1 | 1100010 | 110011 | 1100011 | 0 | 110000 | 111110 | 10010111 | 1100010 | 10011 |
Color Harmonies of #016233
Complementary color
Monochromatic Colors of #016233
Black with #016233
Text Example
Text Example
White with #016233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016233; }
p { color: rgb(1,98,51); }
H1.HeaderClassName
{
color: #016233;
}
.AnyTagClassName
{
color: #016233;
}
</style>
background-color css
<style>
a { background-color: #016233; }
a { background-color: rgb(1,98,51); }
div.DivClassName
{
background-color: #016233;
}
.BgClassName
{
background-color: #016233;
}
</style>
border-color css
<style>
span { border-color: #016233; }
span { border-color: rgb(1,98,51); }
td.TdClassName
{
border-color: #016233;
}
.TagClassName
{
border-color: #016233;
}
</style>