Shades of Eucalyptus #21A466
Tints of Eucalyptus #21A466
RGB
CMYK
RGB Variations
Color information
#21A466 (or 0x21A466) is known color: Eucalyptus. HEX triplet: 21, A4 and 66. RGB value is (33,164,102). Sum of RGB (Red+Green+Blue) = 33+164+102=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #21A466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A466 is #DE5B99. Grayscale: #757575. Windows color (decimal): -14572442 or 6726689. OLE color: 6726689.
HSL color Cylindrical-coordinate representation of color #21A466: hue angle of 151.6º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A466 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 102 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.36 |
| HSL | 151.6º | 0.66% | 0.39% | - |
| HSV(B) | 151.6º | 0.8% | 0.64% | - |
| XYZ | 16.3 | 27.83 | 17.08 | - |
| YUV | 117.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 102 | 0.80 | 0 | 0.38 | 0.36 | 151.6 | 0.66 | 0.39 |
| Hex | 21 | A4 | 66 | 50 | 0 | 26 | 24 | 98 | 42 | 27 |
| Octal | 41 | 244 | 146 | 120 | 0 | 46 | 44 | 230 | 102 | 47 |
| Binary | 100001 | 10100100 | 1100110 | 1010000 | 0 | 100110 | 100100 | 10011000 | 1000010 | 100111 |
Color Harmonies of #21A466
Complementary color
Monochromatic Colors of #21A466
Black with #21A466
Text Example
Text Example
White with #21A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A466; }
p { color: rgb(33,164,102); }
H1.HeaderClassName
{
color: #21A466;
}
.AnyTagClassName
{
color: #21A466;
}
</style>
background-color css
<style>
a { background-color: #21A466; }
a { background-color: rgb(33,164,102); }
div.DivClassName
{
background-color: #21A466;
}
.BgClassName
{
background-color: #21A466;
}
</style>
border-color css
<style>
span { border-color: #21A466; }
span { border-color: rgb(33,164,102); }
td.TdClassName
{
border-color: #21A466;
}
.TagClassName
{
border-color: #21A466;
}
</style>