Shades of Elf Green #19975E
Tints of Elf Green #19975E
RGB
CMYK
RGB Variations
Color information
#19975E (or 0x19975E) is known color: Elf Green. HEX triplet: 19, 97 and 5E. RGB value is (25,151,94). Sum of RGB (Red+Green+Blue) = 25+151+94=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #19975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19975E is #E668A1. Grayscale: #6A6A6A. Windows color (decimal): -15100066 or 6199065. OLE color: 6199065.
HSL color Cylindrical-coordinate representation of color #19975E: hue angle of 152.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19975E is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 94 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.41 |
| HSL | 152.86º | 0.72% | 0.35% | - |
| HSV(B) | 152.86º | 0.83% | 0.59% | - |
| XYZ | 13.49 | 23.15 | 14.35 | - |
| YUV | 106.83 | 120.76 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 94 | 0.83 | 0 | 0.38 | 0.41 | 152.86 | 0.72 | 0.35 |
| Hex | 19 | 97 | 5E | 53 | 0 | 26 | 29 | 99 | 48 | 23 |
| Octal | 31 | 227 | 136 | 123 | 0 | 46 | 51 | 231 | 110 | 43 |
| Binary | 11001 | 10010111 | 1011110 | 1010011 | 0 | 100110 | 101001 | 10011001 | 1001000 | 100011 |
Color Harmonies of #19975E
Complementary color
Monochromatic Colors of #19975E
Black with #19975E
Text Example
Text Example
White with #19975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19975E; }
p { color: rgb(25,151,94); }
H1.HeaderClassName
{
color: #19975E;
}
.AnyTagClassName
{
color: #19975E;
}
</style>
background-color css
<style>
a { background-color: #19975E; }
a { background-color: rgb(25,151,94); }
div.DivClassName
{
background-color: #19975E;
}
.BgClassName
{
background-color: #19975E;
}
</style>
border-color css
<style>
span { border-color: #19975E; }
span { border-color: rgb(25,151,94); }
td.TdClassName
{
border-color: #19975E;
}
.TagClassName
{
border-color: #19975E;
}
</style>