Shades of Green #10630A
Tints of Green #10630A
RGB
CMYK
RGB Variations
Color information
#10630A (or 0x10630A) is known color: Green. HEX triplet: 10, 63 and 0A. RGB value is (16,99,10). Sum of RGB (Red+Green+Blue) = 16+99+10=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #10630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10630A is #EF9CF5. Grayscale: #404040. Windows color (decimal): -15703286 or 680720. OLE color: 680720.
HSL color Cylindrical-coordinate representation of color #10630A: hue angle of 115.96º 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 #10630A is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 10 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.61 |
| HSL | 115.96º | 0.82% | 0.21% | - |
| HSV(B) | 115.96º | 0.9% | 0.39% | - |
| XYZ | 4.73 | 9.06 | 1.79 | - |
| YUV | 64.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 10 | 0.84 | 0 | 0.90 | 0.61 | 115.96 | 0.82 | 0.21 |
| Hex | 10 | 63 | A | 54 | 0 | 5A | 3D | 74 | 52 | 15 |
| Octal | 20 | 143 | 12 | 124 | 0 | 132 | 75 | 164 | 122 | 25 |
| Binary | 10000 | 1100011 | 1010 | 1010100 | 0 | 1011010 | 111101 | 1110100 | 1010010 | 10101 |
Color Harmonies of #10630A
Complementary color
Monochromatic Colors of #10630A
Black with #10630A
Text Example
Text Example
White with #10630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10630A; }
p { color: rgb(16,99,10); }
H1.HeaderClassName
{
color: #10630A;
}
.AnyTagClassName
{
color: #10630A;
}
</style>
background-color css
<style>
a { background-color: #10630A; }
a { background-color: rgb(16,99,10); }
div.DivClassName
{
background-color: #10630A;
}
.BgClassName
{
background-color: #10630A;
}
</style>
border-color css
<style>
span { border-color: #10630A; }
span { border-color: rgb(16,99,10); }
td.TdClassName
{
border-color: #10630A;
}
.TagClassName
{
border-color: #10630A;
}
</style>