Shades of Green #0A630F
Tints of Green #0A630F
RGB
CMYK
RGB Variations
Color information
#0A630F (or 0x0A630F) is known color: Green. HEX triplet: 0A, 63 and 0F. RGB value is (10,99,15). Sum of RGB (Red+Green+Blue) = 10+99+15=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #0A630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A630F is #F59CF0. Grayscale: #3F3F3F. Windows color (decimal): -16096497 or 1008394. OLE color: 1008394.
HSL color Cylindrical-coordinate representation of color #0A630F: hue angle of 123.37º 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 #0A630F is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 15 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.61 |
| HSL | 123.37º | 0.82% | 0.21% | - |
| HSV(B) | 123.37º | 0.9% | 0.39% | - |
| XYZ | 4.67 | 9.02 | 1.95 | - |
| YUV | 62.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 15 | 0.90 | 0 | 0.85 | 0.61 | 123.37 | 0.82 | 0.21 |
| Hex | A | 63 | F | 5A | 0 | 55 | 3D | 7B | 52 | 15 |
| Octal | 12 | 143 | 17 | 132 | 0 | 125 | 75 | 173 | 122 | 25 |
| Binary | 1010 | 1100011 | 1111 | 1011010 | 0 | 1010101 | 111101 | 1111011 | 1010010 | 10101 |
Color Harmonies of #0A630F
Complementary color
Monochromatic Colors of #0A630F
Black with #0A630F
Text Example
Text Example
White with #0A630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A630F; }
p { color: rgb(10,99,15); }
H1.HeaderClassName
{
color: #0A630F;
}
.AnyTagClassName
{
color: #0A630F;
}
</style>
background-color css
<style>
a { background-color: #0A630F; }
a { background-color: rgb(10,99,15); }
div.DivClassName
{
background-color: #0A630F;
}
.BgClassName
{
background-color: #0A630F;
}
</style>
border-color css
<style>
span { border-color: #0A630F; }
span { border-color: rgb(10,99,15); }
td.TdClassName
{
border-color: #0A630F;
}
.TagClassName
{
border-color: #0A630F;
}
</style>