Shades of Elf Green #21986F
Tints of Elf Green #21986F
RGB
CMYK
RGB Variations
Color information
#21986F (or 0x21986F) is known color: Elf Green. HEX triplet: 21, 98 and 6F. RGB value is (33,152,111). Sum of RGB (Red+Green+Blue) = 33+152+111=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #21986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21986F is #DE6790. Grayscale: #6F6F6F. Windows color (decimal): -14575505 or 7313441. OLE color: 7313441.
HSL color Cylindrical-coordinate representation of color #21986F: hue angle of 159.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21986F is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 111 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.40 |
| HSL | 159.33º | 0.64% | 0.36% | - |
| HSV(B) | 159.33º | 0.78% | 0.6% | - |
| XYZ | 14.72 | 23.93 | 18.88 | - |
| YUV | 111.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 111 | 0.78 | 0 | 0.27 | 0.40 | 159.33 | 0.64 | 0.36 |
| Hex | 21 | 98 | 6F | 4E | 0 | 1B | 28 | 9F | 40 | 24 |
| Octal | 41 | 230 | 157 | 116 | 0 | 33 | 50 | 237 | 100 | 44 |
| Binary | 100001 | 10011000 | 1101111 | 1001110 | 0 | 11011 | 101000 | 10011111 | 1000000 | 100100 |
Color Harmonies of #21986F
Complementary color
Monochromatic Colors of #21986F
Black with #21986F
Text Example
Text Example
White with #21986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21986F; }
p { color: rgb(33,152,111); }
H1.HeaderClassName
{
color: #21986F;
}
.AnyTagClassName
{
color: #21986F;
}
</style>
background-color css
<style>
a { background-color: #21986F; }
a { background-color: rgb(33,152,111); }
div.DivClassName
{
background-color: #21986F;
}
.BgClassName
{
background-color: #21986F;
}
</style>
border-color css
<style>
span { border-color: #21986F; }
span { border-color: rgb(33,152,111); }
td.TdClassName
{
border-color: #21986F;
}
.TagClassName
{
border-color: #21986F;
}
</style>