Shades of Eucalyptus #21A354
Tints of Eucalyptus #21A354
RGB
CMYK
RGB Variations
Color information
#21A354 (or 0x21A354) is known color: Eucalyptus. HEX triplet: 21, A3 and 54. RGB value is (33,163,84). Sum of RGB (Red+Green+Blue) = 33+163+84=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #21A354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A354 is #DE5CAB. Grayscale: #737373. Windows color (decimal): -14572716 or 5546785. OLE color: 5546785.
HSL color Cylindrical-coordinate representation of color #21A354: hue angle of 143.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A354 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 84 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.36 |
| HSL | 143.54º | 0.66% | 0.38% | - |
| HSV(B) | 143.54º | 0.8% | 0.64% | - |
| XYZ | 15.32 | 27.16 | 12.82 | - |
| YUV | 115.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 84 | 0.80 | 0 | 0.48 | 0.36 | 143.54 | 0.66 | 0.38 |
| Hex | 21 | A3 | 54 | 50 | 0 | 30 | 24 | 90 | 42 | 26 |
| Octal | 41 | 243 | 124 | 120 | 0 | 60 | 44 | 220 | 102 | 46 |
| Binary | 100001 | 10100011 | 1010100 | 1010000 | 0 | 110000 | 100100 | 10010000 | 1000010 | 100110 |
Color Harmonies of #21A354
Complementary color
Monochromatic Colors of #21A354
Black with #21A354
Text Example
Text Example
White with #21A354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A354; }
p { color: rgb(33,163,84); }
H1.HeaderClassName
{
color: #21A354;
}
.AnyTagClassName
{
color: #21A354;
}
</style>
background-color css
<style>
a { background-color: #21A354; }
a { background-color: rgb(33,163,84); }
div.DivClassName
{
background-color: #21A354;
}
.BgClassName
{
background-color: #21A354;
}
</style>
border-color css
<style>
span { border-color: #21A354; }
span { border-color: rgb(33,163,84); }
td.TdClassName
{
border-color: #21A354;
}
.TagClassName
{
border-color: #21A354;
}
</style>