Shades of Elf Green #19905F
Tints of Elf Green #19905F
RGB
CMYK
RGB Variations
Color information
#19905F (or 0x19905F) is known color: Elf Green. HEX triplet: 19, 90 and 5F. RGB value is (25,144,95). Sum of RGB (Red+Green+Blue) = 25+144+95=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #19905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19905F is #E66FA0. Grayscale: #666666. Windows color (decimal): -15101857 or 6262809. OLE color: 6262809.
HSL color Cylindrical-coordinate representation of color #19905F: hue angle of 155.29º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19905F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 95 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.44 |
| HSL | 155.29º | 0.7% | 0.33% | - |
| HSV(B) | 155.29º | 0.83% | 0.56% | - |
| XYZ | 12.44 | 20.98 | 14.22 | - |
| YUV | 102.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 95 | 0.83 | 0 | 0.34 | 0.44 | 155.29 | 0.7 | 0.33 |
| Hex | 19 | 90 | 5F | 53 | 0 | 22 | 2C | 9B | 46 | 21 |
| Octal | 31 | 220 | 137 | 123 | 0 | 42 | 54 | 233 | 106 | 41 |
| Binary | 11001 | 10010000 | 1011111 | 1010011 | 0 | 100010 | 101100 | 10011011 | 1000110 | 100001 |
Color Harmonies of #19905F
Complementary color
Monochromatic Colors of #19905F
Black with #19905F
Text Example
Text Example
White with #19905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19905F; }
p { color: rgb(25,144,95); }
H1.HeaderClassName
{
color: #19905F;
}
.AnyTagClassName
{
color: #19905F;
}
</style>
background-color css
<style>
a { background-color: #19905F; }
a { background-color: rgb(25,144,95); }
div.DivClassName
{
background-color: #19905F;
}
.BgClassName
{
background-color: #19905F;
}
</style>
border-color css
<style>
span { border-color: #19905F; }
span { border-color: rgb(25,144,95); }
td.TdClassName
{
border-color: #19905F;
}
.TagClassName
{
border-color: #19905F;
}
</style>