Shades of Elf Green #19965C
Tints of Elf Green #19965C
RGB
CMYK
RGB Variations
Color information
#19965C (or 0x19965C) is known color: Elf Green. HEX triplet: 19, 96 and 5C. RGB value is (25,150,92). Sum of RGB (Red+Green+Blue) = 25+150+92=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #19965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19965C is #E669A3. Grayscale: #6A6A6A. Windows color (decimal): -15100324 or 6067737. OLE color: 6067737.
HSL color Cylindrical-coordinate representation of color #19965C: hue angle of 152.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19965C is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 92 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.41 |
| HSL | 152.16º | 0.71% | 0.34% | - |
| HSV(B) | 152.16º | 0.83% | 0.59% | - |
| XYZ | 13.24 | 22.79 | 13.83 | - |
| YUV | 106.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 92 | 0.83 | 0 | 0.39 | 0.41 | 152.16 | 0.71 | 0.34 |
| Hex | 19 | 96 | 5C | 53 | 0 | 27 | 29 | 98 | 47 | 22 |
| Octal | 31 | 226 | 134 | 123 | 0 | 47 | 51 | 230 | 107 | 42 |
| Binary | 11001 | 10010110 | 1011100 | 1010011 | 0 | 100111 | 101001 | 10011000 | 1000111 | 100010 |
Color Harmonies of #19965C
Complementary color
Monochromatic Colors of #19965C
Black with #19965C
Text Example
Text Example
White with #19965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19965C; }
p { color: rgb(25,150,92); }
H1.HeaderClassName
{
color: #19965C;
}
.AnyTagClassName
{
color: #19965C;
}
</style>
background-color css
<style>
a { background-color: #19965C; }
a { background-color: rgb(25,150,92); }
div.DivClassName
{
background-color: #19965C;
}
.BgClassName
{
background-color: #19965C;
}
</style>
border-color css
<style>
span { border-color: #19965C; }
span { border-color: rgb(25,150,92); }
td.TdClassName
{
border-color: #19965C;
}
.TagClassName
{
border-color: #19965C;
}
</style>