Shades of Elf Green #19955C
Tints of Elf Green #19955C
RGB
CMYK
RGB Variations
Color information
#19955C (or 0x19955C) is known color: Elf Green. HEX triplet: 19, 95 and 5C. RGB value is (25,149,92). Sum of RGB (Red+Green+Blue) = 25+149+92=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #19955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19955C is #E66AA3. Grayscale: #696969. Windows color (decimal): -15100580 or 6067481. OLE color: 6067481.
HSL color Cylindrical-coordinate representation of color #19955C: hue angle of 152.42º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19955C is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 92 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.42 |
| HSL | 152.42º | 0.71% | 0.34% | - |
| HSV(B) | 152.42º | 0.83% | 0.58% | - |
| XYZ | 13.08 | 22.47 | 13.77 | - |
| YUV | 105.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 92 | 0.83 | 0 | 0.38 | 0.42 | 152.42 | 0.71 | 0.34 |
| Hex | 19 | 95 | 5C | 53 | 0 | 26 | 2A | 98 | 47 | 22 |
| Octal | 31 | 225 | 134 | 123 | 0 | 46 | 52 | 230 | 107 | 42 |
| Binary | 11001 | 10010101 | 1011100 | 1010011 | 0 | 100110 | 101010 | 10011000 | 1000111 | 100010 |
Color Harmonies of #19955C
Complementary color
Monochromatic Colors of #19955C
Black with #19955C
Text Example
Text Example
White with #19955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19955C; }
p { color: rgb(25,149,92); }
H1.HeaderClassName
{
color: #19955C;
}
.AnyTagClassName
{
color: #19955C;
}
</style>
background-color css
<style>
a { background-color: #19955C; }
a { background-color: rgb(25,149,92); }
div.DivClassName
{
background-color: #19955C;
}
.BgClassName
{
background-color: #19955C;
}
</style>
border-color css
<style>
span { border-color: #19955C; }
span { border-color: rgb(25,149,92); }
td.TdClassName
{
border-color: #19955C;
}
.TagClassName
{
border-color: #19955C;
}
</style>