Shades of Eucalyptus #21A159
Tints of Eucalyptus #21A159
RGB
CMYK
RGB Variations
Color information
#21A159 (or 0x21A159) is known color: Eucalyptus. HEX triplet: 21, A1 and 59. RGB value is (33,161,89). Sum of RGB (Red+Green+Blue) = 33+161+89=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #21A159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A159 is #DE5EA6. Grayscale: #727272. Windows color (decimal): -14573223 or 5873953. OLE color: 5873953.
HSL color Cylindrical-coordinate representation of color #21A159: hue angle of 146.25º 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 #21A159 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 89 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.37 |
| HSL | 146.25º | 0.66% | 0.38% | - |
| HSV(B) | 146.25º | 0.8% | 0.63% | - |
| XYZ | 15.18 | 26.53 | 13.77 | - |
| YUV | 114.52 | 113.59 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 89 | 0.80 | 0 | 0.45 | 0.37 | 146.25 | 0.66 | 0.38 |
| Hex | 21 | A1 | 59 | 50 | 0 | 2D | 25 | 92 | 42 | 26 |
| Octal | 41 | 241 | 131 | 120 | 0 | 55 | 45 | 222 | 102 | 46 |
| Binary | 100001 | 10100001 | 1011001 | 1010000 | 0 | 101101 | 100101 | 10010010 | 1000010 | 100110 |
Color Harmonies of #21A159
Complementary color
Monochromatic Colors of #21A159
Black with #21A159
Text Example
Text Example
White with #21A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A159; }
p { color: rgb(33,161,89); }
H1.HeaderClassName
{
color: #21A159;
}
.AnyTagClassName
{
color: #21A159;
}
</style>
background-color css
<style>
a { background-color: #21A159; }
a { background-color: rgb(33,161,89); }
div.DivClassName
{
background-color: #21A159;
}
.BgClassName
{
background-color: #21A159;
}
</style>
border-color css
<style>
span { border-color: #21A159; }
span { border-color: rgb(33,161,89); }
td.TdClassName
{
border-color: #21A159;
}
.TagClassName
{
border-color: #21A159;
}
</style>