Shades of Eucalyptus #21A156
Tints of Eucalyptus #21A156
RGB
CMYK
RGB Variations
Color information
#21A156 (or 0x21A156) is known color: Eucalyptus. HEX triplet: 21, A1 and 56. RGB value is (33,161,86). Sum of RGB (Red+Green+Blue) = 33+161+86=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #21A156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A156 is #DE5EA9. Grayscale: #727272. Windows color (decimal): -14573226 or 5677345. OLE color: 5677345.
HSL color Cylindrical-coordinate representation of color #21A156: hue angle of 144.84º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A156 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 86 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.37 |
| HSL | 144.84º | 0.66% | 0.38% | - |
| HSV(B) | 144.84º | 0.8% | 0.63% | - |
| XYZ | 15.05 | 26.48 | 13.12 | - |
| YUV | 114.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 86 | 0.80 | 0 | 0.47 | 0.37 | 144.84 | 0.66 | 0.38 |
| Hex | 21 | A1 | 56 | 50 | 0 | 2F | 25 | 91 | 42 | 26 |
| Octal | 41 | 241 | 126 | 120 | 0 | 57 | 45 | 221 | 102 | 46 |
| Binary | 100001 | 10100001 | 1010110 | 1010000 | 0 | 101111 | 100101 | 10010001 | 1000010 | 100110 |
Color Harmonies of #21A156
Complementary color
Monochromatic Colors of #21A156
Black with #21A156
Text Example
Text Example
White with #21A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A156; }
p { color: rgb(33,161,86); }
H1.HeaderClassName
{
color: #21A156;
}
.AnyTagClassName
{
color: #21A156;
}
</style>
background-color css
<style>
a { background-color: #21A156; }
a { background-color: rgb(33,161,86); }
div.DivClassName
{
background-color: #21A156;
}
.BgClassName
{
background-color: #21A156;
}
</style>
border-color css
<style>
span { border-color: #21A156; }
span { border-color: rgb(33,161,86); }
td.TdClassName
{
border-color: #21A156;
}
.TagClassName
{
border-color: #21A156;
}
</style>