Shades of Elf Green #189975
Tints of Elf Green #189975
RGB
CMYK
RGB Variations
Color information
#189975 (or 0x189975) is known color: Elf Green. HEX triplet: 18, 99 and 75. RGB value is (24,153,117). Sum of RGB (Red+Green+Blue) = 24+153+117=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #189975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189975 is #E7668A. Grayscale: #6E6E6E. Windows color (decimal): -15165067 or 7706904. OLE color: 7706904.
HSL color Cylindrical-coordinate representation of color #189975: hue angle of 163.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189975 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 117 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.4 |
| HSL | 163.26º | 0.73% | 0.35% | - |
| HSV(B) | 163.26º | 0.84% | 0.6% | - |
| XYZ | 14.98 | 24.26 | 20.72 | - |
| YUV | 110.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 117 | 0.84 | 0 | 0.24 | 0.4 | 163.26 | 0.73 | 0.35 |
| Hex | 18 | 99 | 75 | 54 | 0 | 18 | 28 | A3 | 49 | 23 |
| Octal | 30 | 231 | 165 | 124 | 0 | 30 | 50 | 243 | 111 | 43 |
| Binary | 11000 | 10011001 | 1110101 | 1010100 | 0 | 11000 | 101000 | 10100011 | 1001001 | 100011 |
Color Harmonies of #189975
Complementary color
Monochromatic Colors of #189975
Black with #189975
Text Example
Text Example
White with #189975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189975; }
p { color: rgb(24,153,117); }
H1.HeaderClassName
{
color: #189975;
}
.AnyTagClassName
{
color: #189975;
}
</style>
background-color css
<style>
a { background-color: #189975; }
a { background-color: rgb(24,153,117); }
div.DivClassName
{
background-color: #189975;
}
.BgClassName
{
background-color: #189975;
}
</style>
border-color css
<style>
span { border-color: #189975; }
span { border-color: rgb(24,153,117); }
td.TdClassName
{
border-color: #189975;
}
.TagClassName
{
border-color: #189975;
}
</style>