Shades of Green #01640A
Tints of Green #01640A
RGB
CMYK
RGB Variations
Color information
#01640A (or 0x01640A) is known color: Green. HEX triplet: 01, 64 and 0A. RGB value is (1,100,10). Sum of RGB (Red+Green+Blue) = 1+100+10=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 100 (39.45% from 255 or 90.09% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 100 - color contains mainly: green. Hex color #01640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640A is #FE9BF5. Grayscale: #3C3C3C. Windows color (decimal): -16686070 or 680961. OLE color: 680961.
HSL color Cylindrical-coordinate representation of color #01640A: hue angle of 125.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01640A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 10 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.61 |
| HSL | 125.45º | 0.98% | 0.2% | - |
| HSV(B) | 125.45º | 0.99% | 0.39% | - |
| XYZ | 4.62 | 9.14 | 1.81 | - |
| YUV | 60.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 10 | 0.99 | 0 | 0.90 | 0.61 | 125.45 | 0.98 | 0.2 |
| Hex | 1 | 64 | A | 63 | 0 | 5A | 3D | 7D | 62 | 14 |
| Octal | 1 | 144 | 12 | 143 | 0 | 132 | 75 | 175 | 142 | 24 |
| Binary | 1 | 1100100 | 1010 | 1100011 | 0 | 1011010 | 111101 | 1111101 | 1100010 | 10100 |
Color Harmonies of #01640A
Complementary color
Monochromatic Colors of #01640A
Black with #01640A
Text Example
Text Example
White with #01640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01640A; }
p { color: rgb(1,100,10); }
H1.HeaderClassName
{
color: #01640A;
}
.AnyTagClassName
{
color: #01640A;
}
</style>
background-color css
<style>
a { background-color: #01640A; }
a { background-color: rgb(1,100,10); }
div.DivClassName
{
background-color: #01640A;
}
.BgClassName
{
background-color: #01640A;
}
</style>
border-color css
<style>
span { border-color: #01640A; }
span { border-color: rgb(1,100,10); }
td.TdClassName
{
border-color: #01640A;
}
.TagClassName
{
border-color: #01640A;
}
</style>