Shades of Eucalyptus #21AC62
Tints of Eucalyptus #21AC62
RGB
CMYK
RGB Variations
Color information
#21AC62 (or 0x21AC62) is known color: Eucalyptus. HEX triplet: 21, AC and 62. RGB value is (33,172,98). Sum of RGB (Red+Green+Blue) = 33+172+98=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC62 is #DE539D. Grayscale: #7A7A7A. Windows color (decimal): -14570398 or 6466593. OLE color: 6466593.
HSL color Cylindrical-coordinate representation of color #21AC62: hue angle of 148.06º 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 #21AC62 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 98 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.33 |
| HSL | 148.06º | 0.68% | 0.4% | - |
| HSV(B) | 148.06º | 0.81% | 0.67% | - |
| XYZ | 17.58 | 30.71 | 16.56 | - |
| YUV | 122 | 114.45 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 98 | 0.81 | 0 | 0.43 | 0.33 | 148.06 | 0.68 | 0.4 |
| Hex | 21 | AC | 62 | 51 | 0 | 2B | 21 | 94 | 44 | 28 |
| Octal | 41 | 254 | 142 | 121 | 0 | 53 | 41 | 224 | 104 | 50 |
| Binary | 100001 | 10101100 | 1100010 | 1010001 | 0 | 101011 | 100001 | 10010100 | 1000100 | 101000 |
Color Harmonies of #21AC62
Complementary color
Monochromatic Colors of #21AC62
Black with #21AC62
Text Example
Text Example
White with #21AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC62; }
p { color: rgb(33,172,98); }
H1.HeaderClassName
{
color: #21AC62;
}
.AnyTagClassName
{
color: #21AC62;
}
</style>
background-color css
<style>
a { background-color: #21AC62; }
a { background-color: rgb(33,172,98); }
div.DivClassName
{
background-color: #21AC62;
}
.BgClassName
{
background-color: #21AC62;
}
</style>
border-color css
<style>
span { border-color: #21AC62; }
span { border-color: rgb(33,172,98); }
td.TdClassName
{
border-color: #21AC62;
}
.TagClassName
{
border-color: #21AC62;
}
</style>