Shades of Green #01820A
Tints of Green #01820A
RGB
CMYK
RGB Variations
Color information
#01820A (or 0x01820A) is known color: Green. HEX triplet: 01, 82 and 0A. RGB value is (1,130,10). Sum of RGB (Red+Green+Blue) = 1+130+10=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 130 (51.17% from 255 or 92.20% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 130 - color contains mainly: green. Hex color #01820A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01820A is #FE7DF5. Grayscale: #4E4E4E. Windows color (decimal): -16678390 or 688641. OLE color: 688641.
HSL color Cylindrical-coordinate representation of color #01820A: hue angle of 124.19º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01820A is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 10 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.49 |
| HSL | 124.19º | 0.98% | 0.26% | - |
| HSV(B) | 124.19º | 0.99% | 0.51% | - |
| XYZ | 8.05 | 15.99 | 2.95 | - |
| YUV | 77.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 10 | 0.99 | 0 | 0.92 | 0.49 | 124.19 | 0.98 | 0.26 |
| Hex | 1 | 82 | A | 63 | 0 | 5C | 31 | 7C | 62 | 1A |
| Octal | 1 | 202 | 12 | 143 | 0 | 134 | 61 | 174 | 142 | 32 |
| Binary | 1 | 10000010 | 1010 | 1100011 | 0 | 1011100 | 110001 | 1111100 | 1100010 | 11010 |
Color Harmonies of #01820A
Complementary color
Monochromatic Colors of #01820A
Black with #01820A
Text Example
Text Example
White with #01820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01820A; }
p { color: rgb(1,130,10); }
H1.HeaderClassName
{
color: #01820A;
}
.AnyTagClassName
{
color: #01820A;
}
</style>
background-color css
<style>
a { background-color: #01820A; }
a { background-color: rgb(1,130,10); }
div.DivClassName
{
background-color: #01820A;
}
.BgClassName
{
background-color: #01820A;
}
</style>
border-color css
<style>
span { border-color: #01820A; }
span { border-color: rgb(1,130,10); }
td.TdClassName
{
border-color: #01820A;
}
.TagClassName
{
border-color: #01820A;
}
</style>