Shades of Green #0A6302
Tints of Green #0A6302
RGB
CMYK
RGB Variations
Color information
#0A6302 (or 0x0A6302) is known color: Green. HEX triplet: 0A, 63 and 02. RGB value is (10,99,2). Sum of RGB (Red+Green+Blue) = 10+99+2=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 99 (39.06% from 255 or 89.19% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6302 is #F59CFD. Grayscale: #3D3D3D. Windows color (decimal): -16096510 or 156426. OLE color: 156426.
HSL color Cylindrical-coordinate representation of color #0A6302: hue angle of 115.05º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A6302 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 2 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.61 |
| HSL | 115.05º | 0.96% | 0.2% | - |
| HSV(B) | 115.05º | 0.98% | 0.39% | - |
| XYZ | 4.6 | 8.99 | 1.55 | - |
| YUV | 61.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 2 | 0.90 | 0 | 0.98 | 0.61 | 115.05 | 0.96 | 0.2 |
| Hex | A | 63 | 2 | 5A | 0 | 62 | 3D | 73 | 60 | 14 |
| Octal | 12 | 143 | 2 | 132 | 0 | 142 | 75 | 163 | 140 | 24 |
| Binary | 1010 | 1100011 | 10 | 1011010 | 0 | 1100010 | 111101 | 1110011 | 1100000 | 10100 |
Color Harmonies of #0A6302
Complementary color
Monochromatic Colors of #0A6302
Black with #0A6302
Text Example
Text Example
White with #0A6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6302; }
p { color: rgb(10,99,2); }
H1.HeaderClassName
{
color: #0A6302;
}
.AnyTagClassName
{
color: #0A6302;
}
</style>
background-color css
<style>
a { background-color: #0A6302; }
a { background-color: rgb(10,99,2); }
div.DivClassName
{
background-color: #0A6302;
}
.BgClassName
{
background-color: #0A6302;
}
</style>
border-color css
<style>
span { border-color: #0A6302; }
span { border-color: rgb(10,99,2); }
td.TdClassName
{
border-color: #0A6302;
}
.TagClassName
{
border-color: #0A6302;
}
</style>