Shades of Green #01660A
Tints of Green #01660A
RGB
CMYK
RGB Variations
Color information
#01660A (or 0x01660A) is known color: Green. HEX triplet: 01, 66 and 0A. RGB value is (1,102,10). Sum of RGB (Red+Green+Blue) = 1+102+10=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 102 (40.23% from 255 or 90.27% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 102 - color contains mainly: green. Hex color #01660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01660A is #FE99F5. Grayscale: #3D3D3D. Windows color (decimal): -16685558 or 681473. OLE color: 681473.
HSL color Cylindrical-coordinate representation of color #01660A: hue angle of 125.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01660A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 10 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.6 |
| HSL | 125.35º | 0.98% | 0.2% | - |
| HSV(B) | 125.35º | 0.99% | 0.4% | - |
| XYZ | 4.82 | 9.53 | 1.87 | - |
| YUV | 61.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 10 | 0.99 | 0 | 0.90 | 0.6 | 125.35 | 0.98 | 0.2 |
| Hex | 1 | 66 | A | 63 | 0 | 5A | 3C | 7D | 62 | 14 |
| Octal | 1 | 146 | 12 | 143 | 0 | 132 | 74 | 175 | 142 | 24 |
| Binary | 1 | 1100110 | 1010 | 1100011 | 0 | 1011010 | 111100 | 1111101 | 1100010 | 10100 |
Color Harmonies of #01660A
Complementary color
Monochromatic Colors of #01660A
Black with #01660A
Text Example
Text Example
White with #01660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01660A; }
p { color: rgb(1,102,10); }
H1.HeaderClassName
{
color: #01660A;
}
.AnyTagClassName
{
color: #01660A;
}
</style>
background-color css
<style>
a { background-color: #01660A; }
a { background-color: rgb(1,102,10); }
div.DivClassName
{
background-color: #01660A;
}
.BgClassName
{
background-color: #01660A;
}
</style>
border-color css
<style>
span { border-color: #01660A; }
span { border-color: rgb(1,102,10); }
td.TdClassName
{
border-color: #01660A;
}
.TagClassName
{
border-color: #01660A;
}
</style>