Shades of Green #01810A
Tints of Green #01810A
RGB
CMYK
RGB Variations
Color information
#01810A (or 0x01810A) is known color: Green. HEX triplet: 01, 81 and 0A. RGB value is (1,129,10). Sum of RGB (Red+Green+Blue) = 1+129+10=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 129 (50.78% from 255 or 92.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 129 - color contains mainly: green. Hex color #01810A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01810A is #FE7EF5. Grayscale: #4D4D4D. Windows color (decimal): -16678646 or 688385. OLE color: 688385.
HSL color Cylindrical-coordinate representation of color #01810A: hue angle of 124.22º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01810A is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 10 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.49 |
| HSL | 124.22º | 0.98% | 0.25% | - |
| HSV(B) | 124.22º | 0.99% | 0.51% | - |
| XYZ | 7.92 | 15.73 | 2.91 | - |
| YUV | 77.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 10 | 0.99 | 0 | 0.92 | 0.49 | 124.22 | 0.98 | 0.25 |
| Hex | 1 | 81 | A | 63 | 0 | 5C | 31 | 7C | 62 | 19 |
| Octal | 1 | 201 | 12 | 143 | 0 | 134 | 61 | 174 | 142 | 31 |
| Binary | 1 | 10000001 | 1010 | 1100011 | 0 | 1011100 | 110001 | 1111100 | 1100010 | 11001 |
Color Harmonies of #01810A
Complementary color
Monochromatic Colors of #01810A
Black with #01810A
Text Example
Text Example
White with #01810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01810A; }
p { color: rgb(1,129,10); }
H1.HeaderClassName
{
color: #01810A;
}
.AnyTagClassName
{
color: #01810A;
}
</style>
background-color css
<style>
a { background-color: #01810A; }
a { background-color: rgb(1,129,10); }
div.DivClassName
{
background-color: #01810A;
}
.BgClassName
{
background-color: #01810A;
}
</style>
border-color css
<style>
span { border-color: #01810A; }
span { border-color: rgb(1,129,10); }
td.TdClassName
{
border-color: #01810A;
}
.TagClassName
{
border-color: #01810A;
}
</style>