Shades of Elf Green #188F7F
Tints of Elf Green #188F7F
RGB
CMYK
RGB Variations
Color information
#188F7F (or 0x188F7F) is known color: Elf Green. HEX triplet: 18, 8F and 7F. RGB value is (24,143,127). Sum of RGB (Red+Green+Blue) = 24+143+127=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #188F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188F7F is #E77080. Grayscale: #696969. Windows color (decimal): -15167617 or 8359704. OLE color: 8359704.
HSL color Cylindrical-coordinate representation of color #188F7F: hue angle of 171.93º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188F7F is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 127 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.44 |
| HSL | 171.93º | 0.71% | 0.33% | - |
| HSV(B) | 171.93º | 0.83% | 0.56% | - |
| XYZ | 14.03 | 21.37 | 23.46 | - |
| YUV | 105.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 127 | 0.83 | 0 | 0.11 | 0.44 | 171.93 | 0.71 | 0.33 |
| Hex | 18 | 8F | 7F | 53 | 0 | B | 2C | AC | 47 | 21 |
| Octal | 30 | 217 | 177 | 123 | 0 | 13 | 54 | 254 | 107 | 41 |
| Binary | 11000 | 10001111 | 1111111 | 1010011 | 0 | 1011 | 101100 | 10101100 | 1000111 | 100001 |
Color Harmonies of #188F7F
Complementary color
Monochromatic Colors of #188F7F
Black with #188F7F
Text Example
Text Example
White with #188F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F7F; }
p { color: rgb(24,143,127); }
H1.HeaderClassName
{
color: #188F7F;
}
.AnyTagClassName
{
color: #188F7F;
}
</style>
background-color css
<style>
a { background-color: #188F7F; }
a { background-color: rgb(24,143,127); }
div.DivClassName
{
background-color: #188F7F;
}
.BgClassName
{
background-color: #188F7F;
}
</style>
border-color css
<style>
span { border-color: #188F7F; }
span { border-color: rgb(24,143,127); }
td.TdClassName
{
border-color: #188F7F;
}
.TagClassName
{
border-color: #188F7F;
}
</style>