Shades of Eucalyptus #21A366
Tints of Eucalyptus #21A366
RGB
CMYK
RGB Variations
Color information
#21A366 (or 0x21A366) is known color: Eucalyptus. HEX triplet: 21, A3 and 66. RGB value is (33,163,102). Sum of RGB (Red+Green+Blue) = 33+163+102=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #21A366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A366 is #DE5C99. Grayscale: #757575. Windows color (decimal): -14572698 or 6726433. OLE color: 6726433.
HSL color Cylindrical-coordinate representation of color #21A366: hue angle of 151.85º 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 #21A366 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 102 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.36 |
| HSL | 151.85º | 0.66% | 0.38% | - |
| HSV(B) | 151.85º | 0.8% | 0.64% | - |
| XYZ | 16.12 | 27.48 | 17.02 | - |
| YUV | 117.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 102 | 0.80 | 0 | 0.37 | 0.36 | 151.85 | 0.66 | 0.38 |
| Hex | 21 | A3 | 66 | 50 | 0 | 25 | 24 | 98 | 42 | 26 |
| Octal | 41 | 243 | 146 | 120 | 0 | 45 | 44 | 230 | 102 | 46 |
| Binary | 100001 | 10100011 | 1100110 | 1010000 | 0 | 100101 | 100100 | 10011000 | 1000010 | 100110 |
Color Harmonies of #21A366
Complementary color
Monochromatic Colors of #21A366
Black with #21A366
Text Example
Text Example
White with #21A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A366; }
p { color: rgb(33,163,102); }
H1.HeaderClassName
{
color: #21A366;
}
.AnyTagClassName
{
color: #21A366;
}
</style>
background-color css
<style>
a { background-color: #21A366; }
a { background-color: rgb(33,163,102); }
div.DivClassName
{
background-color: #21A366;
}
.BgClassName
{
background-color: #21A366;
}
</style>
border-color css
<style>
span { border-color: #21A366; }
span { border-color: rgb(33,163,102); }
td.TdClassName
{
border-color: #21A366;
}
.TagClassName
{
border-color: #21A366;
}
</style>