Shades of Green #126803
Tints of Green #126803
RGB
CMYK
RGB Variations
Color information
#126803 (or 0x126803) is known color: Green. HEX triplet: 12, 68 and 03. RGB value is (18,104,3). Sum of RGB (Red+Green+Blue) = 18+104+3=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #126803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126803 is #ED97FC. Grayscale: #434343. Windows color (decimal): -15570941 or 223250. OLE color: 223250.
HSL color Cylindrical-coordinate representation of color #126803: hue angle of 111.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #126803 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 3 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.59 |
| HSL | 111.09º | 0.94% | 0.21% | - |
| HSV(B) | 111.09º | 0.97% | 0.41% | - |
| XYZ | 5.22 | 10.04 | 1.75 | - |
| YUV | 66.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 3 | 0.83 | 0 | 0.97 | 0.59 | 111.09 | 0.94 | 0.21 |
| Hex | 12 | 68 | 3 | 53 | 0 | 61 | 3B | 6F | 5E | 15 |
| Octal | 22 | 150 | 3 | 123 | 0 | 141 | 73 | 157 | 136 | 25 |
| Binary | 10010 | 1101000 | 11 | 1010011 | 0 | 1100001 | 111011 | 1101111 | 1011110 | 10101 |
Color Harmonies of #126803
Complementary color
Monochromatic Colors of #126803
Black with #126803
Text Example
Text Example
White with #126803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126803; }
p { color: rgb(18,104,3); }
H1.HeaderClassName
{
color: #126803;
}
.AnyTagClassName
{
color: #126803;
}
</style>
background-color css
<style>
a { background-color: #126803; }
a { background-color: rgb(18,104,3); }
div.DivClassName
{
background-color: #126803;
}
.BgClassName
{
background-color: #126803;
}
</style>
border-color css
<style>
span { border-color: #126803; }
span { border-color: rgb(18,104,3); }
td.TdClassName
{
border-color: #126803;
}
.TagClassName
{
border-color: #126803;
}
</style>