Shades of Green #126C03
Tints of Green #126C03
RGB
CMYK
RGB Variations
Color information
#126C03 (or 0x126C03) is known color: Green. HEX triplet: 12, 6C and 03. RGB value is (18,108,3). Sum of RGB (Red+Green+Blue) = 18+108+3=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #126C03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C03 is #ED93FC. Grayscale: #454545. Windows color (decimal): -15569917 or 224274. OLE color: 224274.
HSL color Cylindrical-coordinate representation of color #126C03: hue angle of 111.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #126C03 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 3 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.58 |
| HSL | 111.43º | 0.95% | 0.22% | - |
| HSV(B) | 111.43º | 0.97% | 0.42% | - |
| XYZ | 5.63 | 10.86 | 1.89 | - |
| YUV | 69.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 3 | 0.83 | 0 | 0.97 | 0.58 | 111.43 | 0.95 | 0.22 |
| Hex | 12 | 6C | 3 | 53 | 0 | 61 | 3A | 6F | 5F | 16 |
| Octal | 22 | 154 | 3 | 123 | 0 | 141 | 72 | 157 | 137 | 26 |
| Binary | 10010 | 1101100 | 11 | 1010011 | 0 | 1100001 | 111010 | 1101111 | 1011111 | 10110 |
Color Harmonies of #126C03
Complementary color
Monochromatic Colors of #126C03
Black with #126C03
Text Example
Text Example
White with #126C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C03; }
p { color: rgb(18,108,3); }
H1.HeaderClassName
{
color: #126C03;
}
.AnyTagClassName
{
color: #126C03;
}
</style>
background-color css
<style>
a { background-color: #126C03; }
a { background-color: rgb(18,108,3); }
div.DivClassName
{
background-color: #126C03;
}
.BgClassName
{
background-color: #126C03;
}
</style>
border-color css
<style>
span { border-color: #126C03; }
span { border-color: rgb(18,108,3); }
td.TdClassName
{
border-color: #126C03;
}
.TagClassName
{
border-color: #126C03;
}
</style>