Shades of Fun Green #126036
Tints of Fun Green #126036
RGB
CMYK
RGB Variations
Color information
#126036 (or 0x126036) is known color: Fun Green. HEX triplet: 12, 60 and 36. RGB value is (18,96,54). Sum of RGB (Red+Green+Blue) = 18+96+54=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #126036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126036 is #ED9FC9. Grayscale: #434343. Windows color (decimal): -15572938 or 3563538. OLE color: 3563538.
HSL color Cylindrical-coordinate representation of color #126036: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126036 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 96 | 54 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.62 |
| HSL | 147.69º | 0.68% | 0.22% | - |
| HSV(B) | 147.69º | 0.81% | 0.38% | - |
| XYZ | 5.1 | 8.76 | 4.91 | - |
| YUV | 67.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 54 | 0.81 | 0 | 0.44 | 0.62 | 147.69 | 0.68 | 0.22 |
| Hex | 12 | 60 | 36 | 51 | 0 | 2C | 3E | 94 | 44 | 16 |
| Octal | 22 | 140 | 66 | 121 | 0 | 54 | 76 | 224 | 104 | 26 |
| Binary | 10010 | 1100000 | 110110 | 1010001 | 0 | 101100 | 111110 | 10010100 | 1000100 | 10110 |
Color Harmonies of #126036
Complementary color
Monochromatic Colors of #126036
Black with #126036
Text Example
Text Example
White with #126036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126036; }
p { color: rgb(18,96,54); }
H1.HeaderClassName
{
color: #126036;
}
.AnyTagClassName
{
color: #126036;
}
</style>
background-color css
<style>
a { background-color: #126036; }
a { background-color: rgb(18,96,54); }
div.DivClassName
{
background-color: #126036;
}
.BgClassName
{
background-color: #126036;
}
</style>
border-color css
<style>
span { border-color: #126036; }
span { border-color: rgb(18,96,54); }
td.TdClassName
{
border-color: #126036;
}
.TagClassName
{
border-color: #126036;
}
</style>