Shades of Elf Green #198D6B
Tints of Elf Green #198D6B
RGB
CMYK
RGB Variations
Color information
#198D6B (or 0x198D6B) is known color: Elf Green. HEX triplet: 19, 8D and 6B. RGB value is (25,141,107). Sum of RGB (Red+Green+Blue) = 25+141+107=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #198D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D6B is #E67294. Grayscale: #666666. Windows color (decimal): -15102613 or 7048473. OLE color: 7048473.
HSL color Cylindrical-coordinate representation of color #198D6B: hue angle of 162.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D6B is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 107 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.45 |
| HSL | 162.41º | 0.7% | 0.33% | - |
| HSV(B) | 162.41º | 0.82% | 0.55% | - |
| XYZ | 12.58 | 20.32 | 17.17 | - |
| YUV | 102.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 107 | 0.82 | 0 | 0.24 | 0.45 | 162.41 | 0.7 | 0.33 |
| Hex | 19 | 8D | 6B | 52 | 0 | 18 | 2D | A2 | 46 | 21 |
| Octal | 31 | 215 | 153 | 122 | 0 | 30 | 55 | 242 | 106 | 41 |
| Binary | 11001 | 10001101 | 1101011 | 1010010 | 0 | 11000 | 101101 | 10100010 | 1000110 | 100001 |
Color Harmonies of #198D6B
Complementary color
Monochromatic Colors of #198D6B
Black with #198D6B
Text Example
Text Example
White with #198D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D6B; }
p { color: rgb(25,141,107); }
H1.HeaderClassName
{
color: #198D6B;
}
.AnyTagClassName
{
color: #198D6B;
}
</style>
background-color css
<style>
a { background-color: #198D6B; }
a { background-color: rgb(25,141,107); }
div.DivClassName
{
background-color: #198D6B;
}
.BgClassName
{
background-color: #198D6B;
}
</style>
border-color css
<style>
span { border-color: #198D6B; }
span { border-color: rgb(25,141,107); }
td.TdClassName
{
border-color: #198D6B;
}
.TagClassName
{
border-color: #198D6B;
}
</style>