Shades of Green #0A6603
Tints of Green #0A6603
RGB
CMYK
RGB Variations
Color information
#0A6603 (or 0x0A6603) is known color: Green. HEX triplet: 0A, 66 and 03. RGB value is (10,102,3). Sum of RGB (Red+Green+Blue) = 10+102+3=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 102 (40.23% from 255 or 88.70% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6603 is #F599FC. Grayscale: #3F3F3F. Windows color (decimal): -16095741 or 222730. OLE color: 222730.
HSL color Cylindrical-coordinate representation of color #0A6603: hue angle of 115.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A6603 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 3 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.6 |
| HSL | 115.76º | 0.94% | 0.21% | - |
| HSV(B) | 115.76º | 0.97% | 0.4% | - |
| XYZ | 4.89 | 9.57 | 1.68 | - |
| YUV | 63.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 3 | 0.90 | 0 | 0.97 | 0.6 | 115.76 | 0.94 | 0.21 |
| Hex | A | 66 | 3 | 5A | 0 | 61 | 3C | 74 | 5E | 15 |
| Octal | 12 | 146 | 3 | 132 | 0 | 141 | 74 | 164 | 136 | 25 |
| Binary | 1010 | 1100110 | 11 | 1011010 | 0 | 1100001 | 111100 | 1110100 | 1011110 | 10101 |
Color Harmonies of #0A6603
Complementary color
Monochromatic Colors of #0A6603
Black with #0A6603
Text Example
Text Example
White with #0A6603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6603; }
p { color: rgb(10,102,3); }
H1.HeaderClassName
{
color: #0A6603;
}
.AnyTagClassName
{
color: #0A6603;
}
</style>
background-color css
<style>
a { background-color: #0A6603; }
a { background-color: rgb(10,102,3); }
div.DivClassName
{
background-color: #0A6603;
}
.BgClassName
{
background-color: #0A6603;
}
</style>
border-color css
<style>
span { border-color: #0A6603; }
span { border-color: rgb(10,102,3); }
td.TdClassName
{
border-color: #0A6603;
}
.TagClassName
{
border-color: #0A6603;
}
</style>