Shades of Green #127A03
Tints of Green #127A03
RGB
CMYK
RGB Variations
Color information
#127A03 (or 0x127A03) is known color: Green. HEX triplet: 12, 7A and 03. RGB value is (18,122,3). Sum of RGB (Red+Green+Blue) = 18+122+3=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 122 (48.05% from 255 or 85.31% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 122 - color contains mainly: green. Hex color #127A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A03 is #ED85FC. Grayscale: #4D4D4D. Windows color (decimal): -15566333 or 227858. OLE color: 227858.
HSL color Cylindrical-coordinate representation of color #127A03: hue angle of 112.44º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127A03 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 3 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.52 |
| HSL | 112.44º | 0.95% | 0.25% | - |
| HSV(B) | 112.44º | 0.98% | 0.48% | - |
| XYZ | 7.23 | 14.05 | 2.42 | - |
| YUV | 77.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 3 | 0.85 | 0 | 0.98 | 0.52 | 112.44 | 0.95 | 0.25 |
| Hex | 12 | 7A | 3 | 55 | 0 | 62 | 34 | 70 | 5F | 19 |
| Octal | 22 | 172 | 3 | 125 | 0 | 142 | 64 | 160 | 137 | 31 |
| Binary | 10010 | 1111010 | 11 | 1010101 | 0 | 1100010 | 110100 | 1110000 | 1011111 | 11001 |
Color Harmonies of #127A03
Complementary color
Monochromatic Colors of #127A03
Black with #127A03
Text Example
Text Example
White with #127A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A03; }
p { color: rgb(18,122,3); }
H1.HeaderClassName
{
color: #127A03;
}
.AnyTagClassName
{
color: #127A03;
}
</style>
background-color css
<style>
a { background-color: #127A03; }
a { background-color: rgb(18,122,3); }
div.DivClassName
{
background-color: #127A03;
}
.BgClassName
{
background-color: #127A03;
}
</style>
border-color css
<style>
span { border-color: #127A03; }
span { border-color: rgb(18,122,3); }
td.TdClassName
{
border-color: #127A03;
}
.TagClassName
{
border-color: #127A03;
}
</style>