Shades of Green #10650A
Tints of Green #10650A
RGB
CMYK
RGB Variations
Color information
#10650A (or 0x10650A) is known color: Green. HEX triplet: 10, 65 and 0A. RGB value is (16,101,10). Sum of RGB (Red+Green+Blue) = 16+101+10=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #10650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10650A is #EF9AF5. Grayscale: #414141. Windows color (decimal): -15702774 or 681232. OLE color: 681232.
HSL color Cylindrical-coordinate representation of color #10650A: hue angle of 116.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10650A is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 10 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.60 |
| HSL | 116.04º | 0.82% | 0.22% | - |
| HSV(B) | 116.04º | 0.9% | 0.4% | - |
| XYZ | 4.92 | 9.44 | 1.85 | - |
| YUV | 65.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 10 | 0.84 | 0 | 0.90 | 0.60 | 116.04 | 0.82 | 0.22 |
| Hex | 10 | 65 | A | 54 | 0 | 5A | 3C | 74 | 52 | 16 |
| Octal | 20 | 145 | 12 | 124 | 0 | 132 | 74 | 164 | 122 | 26 |
| Binary | 10000 | 1100101 | 1010 | 1010100 | 0 | 1011010 | 111100 | 1110100 | 1010010 | 10110 |
Color Harmonies of #10650A
Complementary color
Monochromatic Colors of #10650A
Black with #10650A
Text Example
Text Example
White with #10650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10650A; }
p { color: rgb(16,101,10); }
H1.HeaderClassName
{
color: #10650A;
}
.AnyTagClassName
{
color: #10650A;
}
</style>
background-color css
<style>
a { background-color: #10650A; }
a { background-color: rgb(16,101,10); }
div.DivClassName
{
background-color: #10650A;
}
.BgClassName
{
background-color: #10650A;
}
</style>
border-color css
<style>
span { border-color: #10650A; }
span { border-color: rgb(16,101,10); }
td.TdClassName
{
border-color: #10650A;
}
.TagClassName
{
border-color: #10650A;
}
</style>