Shades of Green #0A6315
Tints of Green #0A6315
RGB
CMYK
RGB Variations
Color information
#0A6315 (or 0x0A6315) is known color: Green. HEX triplet: 0A, 63 and 15. RGB value is (10,99,21). Sum of RGB (Red+Green+Blue) = 10+99+21=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6315 is #F59CEA. Grayscale: #3F3F3F. Windows color (decimal): -16096491 or 1401610. OLE color: 1401610.
HSL color Cylindrical-coordinate representation of color #0A6315: hue angle of 127.42º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6315 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 21 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.61 |
| HSL | 127.42º | 0.82% | 0.21% | - |
| HSV(B) | 127.42º | 0.9% | 0.39% | - |
| XYZ | 4.72 | 9.04 | 2.21 | - |
| YUV | 63.5 | 104.01 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 21 | 0.90 | 0 | 0.79 | 0.61 | 127.42 | 0.82 | 0.21 |
| Hex | A | 63 | 15 | 5A | 0 | 4F | 3D | 7F | 52 | 15 |
| Octal | 12 | 143 | 25 | 132 | 0 | 117 | 75 | 177 | 122 | 25 |
| Binary | 1010 | 1100011 | 10101 | 1011010 | 0 | 1001111 | 111101 | 1111111 | 1010010 | 10101 |
Color Harmonies of #0A6315
Complementary color
Monochromatic Colors of #0A6315
Black with #0A6315
Text Example
Text Example
White with #0A6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6315; }
p { color: rgb(10,99,21); }
H1.HeaderClassName
{
color: #0A6315;
}
.AnyTagClassName
{
color: #0A6315;
}
</style>
background-color css
<style>
a { background-color: #0A6315; }
a { background-color: rgb(10,99,21); }
div.DivClassName
{
background-color: #0A6315;
}
.BgClassName
{
background-color: #0A6315;
}
</style>
border-color css
<style>
span { border-color: #0A6315; }
span { border-color: rgb(10,99,21); }
td.TdClassName
{
border-color: #0A6315;
}
.TagClassName
{
border-color: #0A6315;
}
</style>