Shades of Green #127B01
Tints of Green #127B01
RGB
CMYK
RGB Variations
Color information
#127B01 (or 0x127B01) is known color: Green. HEX triplet: 12, 7B and 01. RGB value is (18,123,1). Sum of RGB (Red+Green+Blue) = 18+123+1=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 123 (48.44% from 255 or 86.62% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 123 - color contains mainly: green. Hex color #127B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B01 is #ED84FE. Grayscale: #4E4E4E. Windows color (decimal): -15566079 or 97042. OLE color: 97042.
HSL color Cylindrical-coordinate representation of color #127B01: hue angle of 111.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #127B01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.52 |
| HSL | 111.64º | 0.98% | 0.24% | - |
| HSV(B) | 111.64º | 0.99% | 0.48% | - |
| XYZ | 7.34 | 14.3 | 2.4 | - |
| YUV | 77.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 1 | 0.85 | 0 | 0.99 | 0.52 | 111.64 | 0.98 | 0.24 |
| Hex | 12 | 7B | 1 | 55 | 0 | 63 | 34 | 70 | 62 | 18 |
| Octal | 22 | 173 | 1 | 125 | 0 | 143 | 64 | 160 | 142 | 30 |
| Binary | 10010 | 1111011 | 1 | 1010101 | 0 | 1100011 | 110100 | 1110000 | 1100010 | 11000 |
Color Harmonies of #127B01
Complementary color
Monochromatic Colors of #127B01
Black with #127B01
Text Example
Text Example
White with #127B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B01; }
p { color: rgb(18,123,1); }
H1.HeaderClassName
{
color: #127B01;
}
.AnyTagClassName
{
color: #127B01;
}
</style>
background-color css
<style>
a { background-color: #127B01; }
a { background-color: rgb(18,123,1); }
div.DivClassName
{
background-color: #127B01;
}
.BgClassName
{
background-color: #127B01;
}
</style>
border-color css
<style>
span { border-color: #127B01; }
span { border-color: rgb(18,123,1); }
td.TdClassName
{
border-color: #127B01;
}
.TagClassName
{
border-color: #127B01;
}
</style>