Shades of Eucalyptus #21A65C
Tints of Eucalyptus #21A65C
RGB
CMYK
RGB Variations
Color information
#21A65C (or 0x21A65C) is known color: Eucalyptus. HEX triplet: 21, A6 and 5C. RGB value is (33,166,92). Sum of RGB (Red+Green+Blue) = 33+166+92=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #21A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A65C is #DE59A3. Grayscale: #757575. Windows color (decimal): -14571940 or 6071841. OLE color: 6071841.
HSL color Cylindrical-coordinate representation of color #21A65C: hue angle of 146.62º 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 #21A65C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 166 | 92 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.35 |
| HSL | 146.62º | 0.67% | 0.39% | - |
| HSV(B) | 146.62º | 0.8% | 0.65% | - |
| XYZ | 16.2 | 28.37 | 14.75 | - |
| YUV | 117.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 92 | 0.80 | 0 | 0.45 | 0.35 | 146.62 | 0.67 | 0.39 |
| Hex | 21 | A6 | 5C | 50 | 0 | 2D | 23 | 93 | 43 | 27 |
| Octal | 41 | 246 | 134 | 120 | 0 | 55 | 43 | 223 | 103 | 47 |
| Binary | 100001 | 10100110 | 1011100 | 1010000 | 0 | 101101 | 100011 | 10010011 | 1000011 | 100111 |
Color Harmonies of #21A65C
Complementary color
Monochromatic Colors of #21A65C
Black with #21A65C
Text Example
Text Example
White with #21A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A65C; }
p { color: rgb(33,166,92); }
H1.HeaderClassName
{
color: #21A65C;
}
.AnyTagClassName
{
color: #21A65C;
}
</style>
background-color css
<style>
a { background-color: #21A65C; }
a { background-color: rgb(33,166,92); }
div.DivClassName
{
background-color: #21A65C;
}
.BgClassName
{
background-color: #21A65C;
}
</style>
border-color css
<style>
span { border-color: #21A65C; }
span { border-color: rgb(33,166,92); }
td.TdClassName
{
border-color: #21A65C;
}
.TagClassName
{
border-color: #21A65C;
}
</style>