Shades of Eucalyptus #21AC4C
Tints of Eucalyptus #21AC4C
RGB
CMYK
RGB Variations
Color information
#21AC4C (or 0x21AC4C) is known color: Eucalyptus. HEX triplet: 21, AC and 4C. RGB value is (33,172,76). Sum of RGB (Red+Green+Blue) = 33+172+76=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC4C is #DE53B3. Grayscale: #777777. Windows color (decimal): -14570420 or 5024801. OLE color: 5024801.
HSL color Cylindrical-coordinate representation of color #21AC4C: hue angle of 138.56º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AC4C is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 76 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.33 |
| HSL | 138.56º | 0.68% | 0.4% | - |
| HSV(B) | 138.56º | 0.81% | 0.67% | - |
| XYZ | 16.68 | 30.35 | 11.82 | - |
| YUV | 119.5 | 103.45 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 76 | 0.81 | 0 | 0.56 | 0.33 | 138.56 | 0.68 | 0.4 |
| Hex | 21 | AC | 4C | 51 | 0 | 38 | 21 | 8B | 44 | 28 |
| Octal | 41 | 254 | 114 | 121 | 0 | 70 | 41 | 213 | 104 | 50 |
| Binary | 100001 | 10101100 | 1001100 | 1010001 | 0 | 111000 | 100001 | 10001011 | 1000100 | 101000 |
Color Harmonies of #21AC4C
Complementary color
Monochromatic Colors of #21AC4C
Black with #21AC4C
Text Example
Text Example
White with #21AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC4C; }
p { color: rgb(33,172,76); }
H1.HeaderClassName
{
color: #21AC4C;
}
.AnyTagClassName
{
color: #21AC4C;
}
</style>
background-color css
<style>
a { background-color: #21AC4C; }
a { background-color: rgb(33,172,76); }
div.DivClassName
{
background-color: #21AC4C;
}
.BgClassName
{
background-color: #21AC4C;
}
</style>
border-color css
<style>
span { border-color: #21AC4C; }
span { border-color: rgb(33,172,76); }
td.TdClassName
{
border-color: #21AC4C;
}
.TagClassName
{
border-color: #21AC4C;
}
</style>