Shades of Green #19660A
Tints of Green #19660A
RGB
CMYK
RGB Variations
Color information
#19660A (or 0x19660A) is known color: Green. HEX triplet: 19, 66 and 0A. RGB value is (25,102,10). Sum of RGB (Red+Green+Blue) = 25+102+10=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #19660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19660A is #E699F5. Grayscale: #444444. Windows color (decimal): -15112694 or 681497. OLE color: 681497.
HSL color Cylindrical-coordinate representation of color #19660A: hue angle of 110.22º 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 #19660A is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 10 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.6 |
| HSL | 110.22º | 0.82% | 0.22% | - |
| HSV(B) | 110.22º | 0.9% | 0.4% | - |
| XYZ | 5.21 | 9.73 | 1.89 | - |
| YUV | 68.49 | 94.99 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 10 | 0.75 | 0 | 0.90 | 0.6 | 110.22 | 0.82 | 0.22 |
| Hex | 19 | 66 | A | 4B | 0 | 5A | 3C | 6E | 52 | 16 |
| Octal | 31 | 146 | 12 | 113 | 0 | 132 | 74 | 156 | 122 | 26 |
| Binary | 11001 | 1100110 | 1010 | 1001011 | 0 | 1011010 | 111100 | 1101110 | 1010010 | 10110 |
Color Harmonies of #19660A
Complementary color
Monochromatic Colors of #19660A
Black with #19660A
Text Example
Text Example
White with #19660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19660A; }
p { color: rgb(25,102,10); }
H1.HeaderClassName
{
color: #19660A;
}
.AnyTagClassName
{
color: #19660A;
}
</style>
background-color css
<style>
a { background-color: #19660A; }
a { background-color: rgb(25,102,10); }
div.DivClassName
{
background-color: #19660A;
}
.BgClassName
{
background-color: #19660A;
}
</style>
border-color css
<style>
span { border-color: #19660A; }
span { border-color: rgb(25,102,10); }
td.TdClassName
{
border-color: #19660A;
}
.TagClassName
{
border-color: #19660A;
}
</style>