Shades of Green #126005
Tints of Green #126005
RGB
CMYK
RGB Variations
Color information
#126005 (or 0x126005) is known color: Green. HEX triplet: 12, 60 and 05. RGB value is (18,96,5). Sum of RGB (Red+Green+Blue) = 18+96+5=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #126005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126005 is #ED9FFA. Grayscale: #3E3E3E. Windows color (decimal): -15572987 or 352274. OLE color: 352274.
HSL color Cylindrical-coordinate representation of color #126005: hue angle of 111.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #126005 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 96 | 5 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.62 |
| HSL | 111.43º | 0.9% | 0.2% | - |
| HSV(B) | 111.43º | 0.95% | 0.38% | - |
| XYZ | 4.46 | 8.51 | 1.55 | - |
| YUV | 62.3 | 95.66 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 5 | 0.81 | 0 | 0.95 | 0.62 | 111.43 | 0.9 | 0.2 |
| Hex | 12 | 60 | 5 | 51 | 0 | 5F | 3E | 6F | 5A | 14 |
| Octal | 22 | 140 | 5 | 121 | 0 | 137 | 76 | 157 | 132 | 24 |
| Binary | 10010 | 1100000 | 101 | 1010001 | 0 | 1011111 | 111110 | 1101111 | 1011010 | 10100 |
Color Harmonies of #126005
Complementary color
Monochromatic Colors of #126005
Black with #126005
Text Example
Text Example
White with #126005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126005; }
p { color: rgb(18,96,5); }
H1.HeaderClassName
{
color: #126005;
}
.AnyTagClassName
{
color: #126005;
}
</style>
background-color css
<style>
a { background-color: #126005; }
a { background-color: rgb(18,96,5); }
div.DivClassName
{
background-color: #126005;
}
.BgClassName
{
background-color: #126005;
}
</style>
border-color css
<style>
span { border-color: #126005; }
span { border-color: rgb(18,96,5); }
td.TdClassName
{
border-color: #126005;
}
.TagClassName
{
border-color: #126005;
}
</style>