Shades of Green #126E02
Tints of Green #126E02
RGB
CMYK
RGB Variations
Color information
#126E02 (or 0x126E02) is known color: Green. HEX triplet: 12, 6E and 02. RGB value is (18,110,2). Sum of RGB (Red+Green+Blue) = 18+110+2=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 110 (43.36% from 255 or 84.62% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 110 - color contains mainly: green. Hex color #126E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E02 is #ED91FD. Grayscale: #464646. Windows color (decimal): -15569406 or 159250. OLE color: 159250.
HSL color Cylindrical-coordinate representation of color #126E02: hue angle of 111.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #126E02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 2 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.57 |
| HSL | 111.11º | 0.96% | 0.22% | - |
| HSV(B) | 111.11º | 0.98% | 0.43% | - |
| XYZ | 5.84 | 11.28 | 1.93 | - |
| YUV | 70.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 2 | 0.84 | 0 | 0.98 | 0.57 | 111.11 | 0.96 | 0.22 |
| Hex | 12 | 6E | 2 | 54 | 0 | 62 | 39 | 6F | 60 | 16 |
| Octal | 22 | 156 | 2 | 124 | 0 | 142 | 71 | 157 | 140 | 26 |
| Binary | 10010 | 1101110 | 10 | 1010100 | 0 | 1100010 | 111001 | 1101111 | 1100000 | 10110 |
Color Harmonies of #126E02
Complementary color
Monochromatic Colors of #126E02
Black with #126E02
Text Example
Text Example
White with #126E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E02; }
p { color: rgb(18,110,2); }
H1.HeaderClassName
{
color: #126E02;
}
.AnyTagClassName
{
color: #126E02;
}
</style>
background-color css
<style>
a { background-color: #126E02; }
a { background-color: rgb(18,110,2); }
div.DivClassName
{
background-color: #126E02;
}
.BgClassName
{
background-color: #126E02;
}
</style>
border-color css
<style>
span { border-color: #126E02; }
span { border-color: rgb(18,110,2); }
td.TdClassName
{
border-color: #126E02;
}
.TagClassName
{
border-color: #126E02;
}
</style>