Shades of Eucalyptus #21A955
Tints of Eucalyptus #21A955
RGB
CMYK
RGB Variations
Color information
#21A955 (or 0x21A955) is known color: Eucalyptus. HEX triplet: 21, A9 and 55. RGB value is (33,169,85). Sum of RGB (Red+Green+Blue) = 33+169+85=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #21A955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A955 is #DE56AA. Grayscale: #767676. Windows color (decimal): -14571179 or 5613857. OLE color: 5613857.
HSL color Cylindrical-coordinate representation of color #21A955: hue angle of 142.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A955 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 169 | 85 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.34 |
| HSL | 142.94º | 0.67% | 0.4% | - |
| HSV(B) | 142.94º | 0.8% | 0.66% | - |
| XYZ | 16.45 | 29.36 | 13.39 | - |
| YUV | 118.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 169 | 85 | 0.80 | 0 | 0.50 | 0.34 | 142.94 | 0.67 | 0.4 |
| Hex | 21 | A9 | 55 | 50 | 0 | 32 | 22 | 8F | 43 | 28 |
| Octal | 41 | 251 | 125 | 120 | 0 | 62 | 42 | 217 | 103 | 50 |
| Binary | 100001 | 10101001 | 1010101 | 1010000 | 0 | 110010 | 100010 | 10001111 | 1000011 | 101000 |
Color Harmonies of #21A955
Complementary color
Monochromatic Colors of #21A955
Black with #21A955
Text Example
Text Example
White with #21A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A955; }
p { color: rgb(33,169,85); }
H1.HeaderClassName
{
color: #21A955;
}
.AnyTagClassName
{
color: #21A955;
}
</style>
background-color css
<style>
a { background-color: #21A955; }
a { background-color: rgb(33,169,85); }
div.DivClassName
{
background-color: #21A955;
}
.BgClassName
{
background-color: #21A955;
}
</style>
border-color css
<style>
span { border-color: #21A955; }
span { border-color: rgb(33,169,85); }
td.TdClassName
{
border-color: #21A955;
}
.TagClassName
{
border-color: #21A955;
}
</style>