Shades of Green #19660C
Tints of Green #19660C
RGB
CMYK
RGB Variations
Color information
#19660C (or 0x19660C) is known color: Green. HEX triplet: 19, 66 and 0C. RGB value is (25,102,12). Sum of RGB (Red+Green+Blue) = 25+102+12=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #19660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19660C is #E699F3. Grayscale: #454545. Windows color (decimal): -15112692 or 812569. OLE color: 812569.
HSL color Cylindrical-coordinate representation of color #19660C: hue angle of 111.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19660C is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 12 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.6 |
| HSL | 111.33º | 0.79% | 0.22% | - |
| HSV(B) | 111.33º | 0.88% | 0.4% | - |
| XYZ | 5.22 | 9.74 | 1.95 | - |
| YUV | 68.72 | 95.99 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 12 | 0.75 | 0 | 0.88 | 0.6 | 111.33 | 0.79 | 0.22 |
| Hex | 19 | 66 | C | 4B | 0 | 58 | 3C | 6F | 4F | 16 |
| Octal | 31 | 146 | 14 | 113 | 0 | 130 | 74 | 157 | 117 | 26 |
| Binary | 11001 | 1100110 | 1100 | 1001011 | 0 | 1011000 | 111100 | 1101111 | 1001111 | 10110 |
Color Harmonies of #19660C
Complementary color
Monochromatic Colors of #19660C
Black with #19660C
Text Example
Text Example
White with #19660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19660C; }
p { color: rgb(25,102,12); }
H1.HeaderClassName
{
color: #19660C;
}
.AnyTagClassName
{
color: #19660C;
}
</style>
background-color css
<style>
a { background-color: #19660C; }
a { background-color: rgb(25,102,12); }
div.DivClassName
{
background-color: #19660C;
}
.BgClassName
{
background-color: #19660C;
}
</style>
border-color css
<style>
span { border-color: #19660C; }
span { border-color: rgb(25,102,12); }
td.TdClassName
{
border-color: #19660C;
}
.TagClassName
{
border-color: #19660C;
}
</style>