Shades of Eucalyptus #21A24F
Tints of Eucalyptus #21A24F
RGB
CMYK
RGB Variations
Color information
#21A24F (or 0x21A24F) is known color: Eucalyptus. HEX triplet: 21, A2 and 4F. RGB value is (33,162,79). Sum of RGB (Red+Green+Blue) = 33+162+79=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #21A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A24F is #DE5DB0. Grayscale: #727272. Windows color (decimal): -14572977 or 5218849. OLE color: 5218849.
HSL color Cylindrical-coordinate representation of color #21A24F: hue angle of 141.4º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A24F is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 79 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.36 |
| HSL | 141.4º | 0.66% | 0.38% | - |
| HSV(B) | 141.4º | 0.8% | 0.64% | - |
| XYZ | 14.96 | 26.73 | 11.77 | - |
| YUV | 113.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 79 | 0.80 | 0 | 0.51 | 0.36 | 141.4 | 0.66 | 0.38 |
| Hex | 21 | A2 | 4F | 50 | 0 | 33 | 24 | 8D | 42 | 26 |
| Octal | 41 | 242 | 117 | 120 | 0 | 63 | 44 | 215 | 102 | 46 |
| Binary | 100001 | 10100010 | 1001111 | 1010000 | 0 | 110011 | 100100 | 10001101 | 1000010 | 100110 |
Color Harmonies of #21A24F
Complementary color
Monochromatic Colors of #21A24F
Black with #21A24F
Text Example
Text Example
White with #21A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A24F; }
p { color: rgb(33,162,79); }
H1.HeaderClassName
{
color: #21A24F;
}
.AnyTagClassName
{
color: #21A24F;
}
</style>
background-color css
<style>
a { background-color: #21A24F; }
a { background-color: rgb(33,162,79); }
div.DivClassName
{
background-color: #21A24F;
}
.BgClassName
{
background-color: #21A24F;
}
</style>
border-color css
<style>
span { border-color: #21A24F; }
span { border-color: rgb(33,162,79); }
td.TdClassName
{
border-color: #21A24F;
}
.TagClassName
{
border-color: #21A24F;
}
</style>