Shades of Green #126901
Tints of Green #126901
RGB
CMYK
RGB Variations
Color information
#126901 (or 0x126901) is known color: Green. HEX triplet: 12, 69 and 01. RGB value is (18,105,1). Sum of RGB (Red+Green+Blue) = 18+105+1=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #126901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126901 is #ED96FE. Grayscale: #434343. Windows color (decimal): -15570687 or 92434. OLE color: 92434.
HSL color Cylindrical-coordinate representation of color #126901: hue angle of 110.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #126901 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 105 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.59 |
| HSL | 110.19º | 0.98% | 0.21% | - |
| HSV(B) | 110.19º | 0.99% | 0.41% | - |
| XYZ | 5.31 | 10.23 | 1.72 | - |
| YUV | 67.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 1 | 0.83 | 0 | 0.99 | 0.59 | 110.19 | 0.98 | 0.21 |
| Hex | 12 | 69 | 1 | 53 | 0 | 63 | 3B | 6E | 62 | 15 |
| Octal | 22 | 151 | 1 | 123 | 0 | 143 | 73 | 156 | 142 | 25 |
| Binary | 10010 | 1101001 | 1 | 1010011 | 0 | 1100011 | 111011 | 1101110 | 1100010 | 10101 |
Color Harmonies of #126901
Complementary color
Monochromatic Colors of #126901
Black with #126901
Text Example
Text Example
White with #126901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126901; }
p { color: rgb(18,105,1); }
H1.HeaderClassName
{
color: #126901;
}
.AnyTagClassName
{
color: #126901;
}
</style>
background-color css
<style>
a { background-color: #126901; }
a { background-color: rgb(18,105,1); }
div.DivClassName
{
background-color: #126901;
}
.BgClassName
{
background-color: #126901;
}
</style>
border-color css
<style>
span { border-color: #126901; }
span { border-color: rgb(18,105,1); }
td.TdClassName
{
border-color: #126901;
}
.TagClassName
{
border-color: #126901;
}
</style>