Shades of Elf Green #189B65
Tints of Elf Green #189B65
RGB
CMYK
RGB Variations
Color information
#189B65 (or 0x189B65) is known color: Elf Green. HEX triplet: 18, 9B and 65. RGB value is (24,155,101). Sum of RGB (Red+Green+Blue) = 24+155+101=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #189B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189B65 is #E7649A. Grayscale: #6D6D6D. Windows color (decimal): -15164571 or 6658840. OLE color: 6658840.
HSL color Cylindrical-coordinate representation of color #189B65: hue angle of 155.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189B65 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 101 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.39 |
| HSL | 155.27º | 0.73% | 0.35% | - |
| HSV(B) | 155.27º | 0.85% | 0.61% | - |
| XYZ | 14.45 | 24.58 | 16.29 | - |
| YUV | 109.68 | 123.1 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 101 | 0.85 | 0 | 0.35 | 0.39 | 155.27 | 0.73 | 0.35 |
| Hex | 18 | 9B | 65 | 55 | 0 | 23 | 27 | 9B | 49 | 23 |
| Octal | 30 | 233 | 145 | 125 | 0 | 43 | 47 | 233 | 111 | 43 |
| Binary | 11000 | 10011011 | 1100101 | 1010101 | 0 | 100011 | 100111 | 10011011 | 1001001 | 100011 |
Color Harmonies of #189B65
Complementary color
Monochromatic Colors of #189B65
Black with #189B65
Text Example
Text Example
White with #189B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B65; }
p { color: rgb(24,155,101); }
H1.HeaderClassName
{
color: #189B65;
}
.AnyTagClassName
{
color: #189B65;
}
</style>
background-color css
<style>
a { background-color: #189B65; }
a { background-color: rgb(24,155,101); }
div.DivClassName
{
background-color: #189B65;
}
.BgClassName
{
background-color: #189B65;
}
</style>
border-color css
<style>
span { border-color: #189B65; }
span { border-color: rgb(24,155,101); }
td.TdClassName
{
border-color: #189B65;
}
.TagClassName
{
border-color: #189B65;
}
</style>