Shades of Elf Green #19947A
Tints of Elf Green #19947A
RGB
CMYK
RGB Variations
Color information
#19947A (or 0x19947A) is known color: Elf Green. HEX triplet: 19, 94 and 7A. RGB value is (25,148,122). Sum of RGB (Red+Green+Blue) = 25+148+122=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #19947A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19947A is #E66B85. Grayscale: #6C6C6C. Windows color (decimal): -15100806 or 8033305. OLE color: 8033305.
HSL color Cylindrical-coordinate representation of color #19947A: hue angle of 167.32º 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 #19947A is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 122 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.42 |
| HSL | 167.32º | 0.71% | 0.34% | - |
| HSV(B) | 167.32º | 0.83% | 0.58% | - |
| XYZ | 14.5 | 22.79 | 22.05 | - |
| YUV | 108.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 122 | 0.83 | 0 | 0.18 | 0.42 | 167.32 | 0.71 | 0.34 |
| Hex | 19 | 94 | 7A | 53 | 0 | 12 | 2A | A7 | 47 | 22 |
| Octal | 31 | 224 | 172 | 123 | 0 | 22 | 52 | 247 | 107 | 42 |
| Binary | 11001 | 10010100 | 1111010 | 1010011 | 0 | 10010 | 101010 | 10100111 | 1000111 | 100010 |
Color Harmonies of #19947A
Complementary color
Monochromatic Colors of #19947A
Black with #19947A
Text Example
Text Example
White with #19947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19947A; }
p { color: rgb(25,148,122); }
H1.HeaderClassName
{
color: #19947A;
}
.AnyTagClassName
{
color: #19947A;
}
</style>
background-color css
<style>
a { background-color: #19947A; }
a { background-color: rgb(25,148,122); }
div.DivClassName
{
background-color: #19947A;
}
.BgClassName
{
background-color: #19947A;
}
</style>
border-color css
<style>
span { border-color: #19947A; }
span { border-color: rgb(25,148,122); }
td.TdClassName
{
border-color: #19947A;
}
.TagClassName
{
border-color: #19947A;
}
</style>