Shades of Green #19750A
Tints of Green #19750A
RGB
CMYK
RGB Variations
Color information
#19750A (or 0x19750A) is known color: Green. HEX triplet: 19, 75 and 0A. RGB value is (25,117,10). Sum of RGB (Red+Green+Blue) = 25+117+10=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #19750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19750A is #E68AF5. Grayscale: #4D4D4D. Windows color (decimal): -15108854 or 685337. OLE color: 685337.
HSL color Cylindrical-coordinate representation of color #19750A: hue angle of 111.59º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19750A is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 10 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.54 |
| HSL | 111.59º | 0.84% | 0.25% | - |
| HSV(B) | 111.59º | 0.91% | 0.46% | - |
| XYZ | 6.82 | 12.95 | 2.43 | - |
| YUV | 77.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 10 | 0.79 | 0 | 0.91 | 0.54 | 111.59 | 0.84 | 0.25 |
| Hex | 19 | 75 | A | 4F | 0 | 5B | 36 | 70 | 54 | 19 |
| Octal | 31 | 165 | 12 | 117 | 0 | 133 | 66 | 160 | 124 | 31 |
| Binary | 11001 | 1110101 | 1010 | 1001111 | 0 | 1011011 | 110110 | 1110000 | 1010100 | 11001 |
Color Harmonies of #19750A
Complementary color
Monochromatic Colors of #19750A
Black with #19750A
Text Example
Text Example
White with #19750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19750A; }
p { color: rgb(25,117,10); }
H1.HeaderClassName
{
color: #19750A;
}
.AnyTagClassName
{
color: #19750A;
}
</style>
background-color css
<style>
a { background-color: #19750A; }
a { background-color: rgb(25,117,10); }
div.DivClassName
{
background-color: #19750A;
}
.BgClassName
{
background-color: #19750A;
}
</style>
border-color css
<style>
span { border-color: #19750A; }
span { border-color: rgb(25,117,10); }
td.TdClassName
{
border-color: #19750A;
}
.TagClassName
{
border-color: #19750A;
}
</style>