Shades of Eucalyptus #21A66E
Tints of Eucalyptus #21A66E
RGB
CMYK
RGB Variations
Color information
#21A66E (or 0x21A66E) is known color: Eucalyptus. HEX triplet: 21, A6 and 6E. RGB value is (33,166,110). Sum of RGB (Red+Green+Blue) = 33+166+110=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #21A66E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A66E is #DE5991. Grayscale: #777777. Windows color (decimal): -14571922 or 7251489. OLE color: 7251489.
HSL color Cylindrical-coordinate representation of color #21A66E: hue angle of 154.74º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A66E is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 166 | 110 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.35 |
| HSL | 154.74º | 0.67% | 0.39% | - |
| HSV(B) | 154.74º | 0.8% | 0.65% | - |
| XYZ | 17.08 | 28.72 | 19.4 | - |
| YUV | 119.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 110 | 0.80 | 0 | 0.34 | 0.35 | 154.74 | 0.67 | 0.39 |
| Hex | 21 | A6 | 6E | 50 | 0 | 22 | 23 | 9B | 43 | 27 |
| Octal | 41 | 246 | 156 | 120 | 0 | 42 | 43 | 233 | 103 | 47 |
| Binary | 100001 | 10100110 | 1101110 | 1010000 | 0 | 100010 | 100011 | 10011011 | 1000011 | 100111 |
Color Harmonies of #21A66E
Complementary color
Monochromatic Colors of #21A66E
Black with #21A66E
Text Example
Text Example
White with #21A66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A66E; }
p { color: rgb(33,166,110); }
H1.HeaderClassName
{
color: #21A66E;
}
.AnyTagClassName
{
color: #21A66E;
}
</style>
background-color css
<style>
a { background-color: #21A66E; }
a { background-color: rgb(33,166,110); }
div.DivClassName
{
background-color: #21A66E;
}
.BgClassName
{
background-color: #21A66E;
}
</style>
border-color css
<style>
span { border-color: #21A66E; }
span { border-color: rgb(33,166,110); }
td.TdClassName
{
border-color: #21A66E;
}
.TagClassName
{
border-color: #21A66E;
}
</style>