Shades of Eucalyptus #21A063
Tints of Eucalyptus #21A063
RGB
CMYK
RGB Variations
Color information
#21A063 (or 0x21A063) is known color: Eucalyptus. HEX triplet: 21, A0 and 63. RGB value is (33,160,99). Sum of RGB (Red+Green+Blue) = 33+160+99=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #21A063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A063 is #DE5F9C. Grayscale: #737373. Windows color (decimal): -14573469 or 6529057. OLE color: 6529057.
HSL color Cylindrical-coordinate representation of color #21A063: hue angle of 151.18º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A063 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 99 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.37 |
| HSL | 151.18º | 0.66% | 0.38% | - |
| HSV(B) | 151.18º | 0.79% | 0.63% | - |
| XYZ | 15.45 | 26.37 | 16.08 | - |
| YUV | 115.07 | 118.92 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 99 | 0.79 | 0 | 0.38 | 0.37 | 151.18 | 0.66 | 0.38 |
| Hex | 21 | A0 | 63 | 4F | 0 | 26 | 25 | 97 | 42 | 26 |
| Octal | 41 | 240 | 143 | 117 | 0 | 46 | 45 | 227 | 102 | 46 |
| Binary | 100001 | 10100000 | 1100011 | 1001111 | 0 | 100110 | 100101 | 10010111 | 1000010 | 100110 |
Color Harmonies of #21A063
Complementary color
Monochromatic Colors of #21A063
Black with #21A063
Text Example
Text Example
White with #21A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A063; }
p { color: rgb(33,160,99); }
H1.HeaderClassName
{
color: #21A063;
}
.AnyTagClassName
{
color: #21A063;
}
</style>
background-color css
<style>
a { background-color: #21A063; }
a { background-color: rgb(33,160,99); }
div.DivClassName
{
background-color: #21A063;
}
.BgClassName
{
background-color: #21A063;
}
</style>
border-color css
<style>
span { border-color: #21A063; }
span { border-color: rgb(33,160,99); }
td.TdClassName
{
border-color: #21A063;
}
.TagClassName
{
border-color: #21A063;
}
</style>