Shades of Elf Green #188A70
Tints of Elf Green #188A70
RGB
CMYK
RGB Variations
Color information
#188A70 (or 0x188A70) is known color: Elf Green. HEX triplet: 18, 8A and 70. RGB value is (24,138,112). Sum of RGB (Red+Green+Blue) = 24+138+112=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #188A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A70 is #E7758F. Grayscale: #646464. Windows color (decimal): -15168912 or 7375384. OLE color: 7375384.
HSL color Cylindrical-coordinate representation of color #188A70: hue angle of 166.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A70 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 112 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.46 |
| HSL | 166.32º | 0.7% | 0.32% | - |
| HSV(B) | 166.32º | 0.83% | 0.54% | - |
| XYZ | 12.39 | 19.54 | 18.45 | - |
| YUV | 100.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 112 | 0.83 | 0 | 0.19 | 0.46 | 166.32 | 0.7 | 0.32 |
| Hex | 18 | 8A | 70 | 53 | 0 | 13 | 2E | A6 | 46 | 20 |
| Octal | 30 | 212 | 160 | 123 | 0 | 23 | 56 | 246 | 106 | 40 |
| Binary | 11000 | 10001010 | 1110000 | 1010011 | 0 | 10011 | 101110 | 10100110 | 1000110 | 100000 |
Color Harmonies of #188A70
Complementary color
Monochromatic Colors of #188A70
Black with #188A70
Text Example
Text Example
White with #188A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A70; }
p { color: rgb(24,138,112); }
H1.HeaderClassName
{
color: #188A70;
}
.AnyTagClassName
{
color: #188A70;
}
</style>
background-color css
<style>
a { background-color: #188A70; }
a { background-color: rgb(24,138,112); }
div.DivClassName
{
background-color: #188A70;
}
.BgClassName
{
background-color: #188A70;
}
</style>
border-color css
<style>
span { border-color: #188A70; }
span { border-color: rgb(24,138,112); }
td.TdClassName
{
border-color: #188A70;
}
.TagClassName
{
border-color: #188A70;
}
</style>