Shades of Elf Green #18906B
Tints of Elf Green #18906B
RGB
CMYK
RGB Variations
Color information
#18906B (or 0x18906B) is known color: Elf Green. HEX triplet: 18, 90 and 6B. RGB value is (24,144,107). Sum of RGB (Red+Green+Blue) = 24+144+107=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #18906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18906B is #E76F94. Grayscale: #676767. Windows color (decimal): -15167381 or 7049240. OLE color: 7049240.
HSL color Cylindrical-coordinate representation of color #18906B: hue angle of 161.5º 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 #18906B is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 107 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.44 |
| HSL | 161.5º | 0.71% | 0.33% | - |
| HSV(B) | 161.5º | 0.83% | 0.56% | - |
| XYZ | 13 | 21.2 | 17.32 | - |
| YUV | 103.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 107 | 0.83 | 0 | 0.26 | 0.44 | 161.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 6B | 53 | 0 | 1A | 2C | A2 | 47 | 21 |
| Octal | 30 | 220 | 153 | 123 | 0 | 32 | 54 | 242 | 107 | 41 |
| Binary | 11000 | 10010000 | 1101011 | 1010011 | 0 | 11010 | 101100 | 10100010 | 1000111 | 100001 |
Color Harmonies of #18906B
Complementary color
Monochromatic Colors of #18906B
Black with #18906B
Text Example
Text Example
White with #18906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18906B; }
p { color: rgb(24,144,107); }
H1.HeaderClassName
{
color: #18906B;
}
.AnyTagClassName
{
color: #18906B;
}
</style>
background-color css
<style>
a { background-color: #18906B; }
a { background-color: rgb(24,144,107); }
div.DivClassName
{
background-color: #18906B;
}
.BgClassName
{
background-color: #18906B;
}
</style>
border-color css
<style>
span { border-color: #18906B; }
span { border-color: rgb(24,144,107); }
td.TdClassName
{
border-color: #18906B;
}
.TagClassName
{
border-color: #18906B;
}
</style>