Shades of Elf Green #198A5E
Tints of Elf Green #198A5E
RGB
CMYK
RGB Variations
Color information
#198A5E (or 0x198A5E) is known color: Elf Green. HEX triplet: 19, 8A and 5E. RGB value is (25,138,94). Sum of RGB (Red+Green+Blue) = 25+138+94=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #198A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A5E is #E675A1. Grayscale: #636363. Windows color (decimal): -15103394 or 6195737. OLE color: 6195737.
HSL color Cylindrical-coordinate representation of color #198A5E: hue angle of 156.64º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A5E is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 138 | 94 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.46 |
| HSL | 156.64º | 0.69% | 0.32% | - |
| HSV(B) | 156.64º | 0.82% | 0.54% | - |
| XYZ | 11.51 | 19.19 | 13.69 | - |
| YUV | 99.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 94 | 0.82 | 0 | 0.32 | 0.46 | 156.64 | 0.69 | 0.32 |
| Hex | 19 | 8A | 5E | 52 | 0 | 20 | 2E | 9D | 45 | 20 |
| Octal | 31 | 212 | 136 | 122 | 0 | 40 | 56 | 235 | 105 | 40 |
| Binary | 11001 | 10001010 | 1011110 | 1010010 | 0 | 100000 | 101110 | 10011101 | 1000101 | 100000 |
Color Harmonies of #198A5E
Complementary color
Monochromatic Colors of #198A5E
Black with #198A5E
Text Example
Text Example
White with #198A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A5E; }
p { color: rgb(25,138,94); }
H1.HeaderClassName
{
color: #198A5E;
}
.AnyTagClassName
{
color: #198A5E;
}
</style>
background-color css
<style>
a { background-color: #198A5E; }
a { background-color: rgb(25,138,94); }
div.DivClassName
{
background-color: #198A5E;
}
.BgClassName
{
background-color: #198A5E;
}
</style>
border-color css
<style>
span { border-color: #198A5E; }
span { border-color: rgb(25,138,94); }
td.TdClassName
{
border-color: #198A5E;
}
.TagClassName
{
border-color: #198A5E;
}
</style>