Shades of Eucalyptus #21AC55
Tints of Eucalyptus #21AC55
RGB
CMYK
RGB Variations
Color information
#21AC55 (or 0x21AC55) is known color: Eucalyptus. HEX triplet: 21, AC and 55. RGB value is (33,172,85). Sum of RGB (Red+Green+Blue) = 33+172+85=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC55 is #DE53AA. Grayscale: #787878. Windows color (decimal): -14570411 or 5614625. OLE color: 5614625.
HSL color Cylindrical-coordinate representation of color #21AC55: hue angle of 142.45º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AC55 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 85 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.33 |
| HSL | 142.45º | 0.68% | 0.4% | - |
| HSV(B) | 142.45º | 0.81% | 0.67% | - |
| XYZ | 17.02 | 30.48 | 13.58 | - |
| YUV | 120.52 | 107.95 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 85 | 0.81 | 0 | 0.51 | 0.33 | 142.45 | 0.68 | 0.4 |
| Hex | 21 | AC | 55 | 51 | 0 | 33 | 21 | 8E | 44 | 28 |
| Octal | 41 | 254 | 125 | 121 | 0 | 63 | 41 | 216 | 104 | 50 |
| Binary | 100001 | 10101100 | 1010101 | 1010001 | 0 | 110011 | 100001 | 10001110 | 1000100 | 101000 |
Color Harmonies of #21AC55
Complementary color
Monochromatic Colors of #21AC55
Black with #21AC55
Text Example
Text Example
White with #21AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC55; }
p { color: rgb(33,172,85); }
H1.HeaderClassName
{
color: #21AC55;
}
.AnyTagClassName
{
color: #21AC55;
}
</style>
background-color css
<style>
a { background-color: #21AC55; }
a { background-color: rgb(33,172,85); }
div.DivClassName
{
background-color: #21AC55;
}
.BgClassName
{
background-color: #21AC55;
}
</style>
border-color css
<style>
span { border-color: #21AC55; }
span { border-color: rgb(33,172,85); }
td.TdClassName
{
border-color: #21AC55;
}
.TagClassName
{
border-color: #21AC55;
}
</style>