Shades of Eucalyptus #21AC4B
Tints of Eucalyptus #21AC4B
RGB
CMYK
RGB Variations
Color information
#21AC4B (or 0x21AC4B) is known color: Eucalyptus. HEX triplet: 21, AC and 4B. RGB value is (33,172,75). Sum of RGB (Red+Green+Blue) = 33+172+75=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC4B is #DE53B4. Grayscale: #777777. Windows color (decimal): -14570421 or 4959265. OLE color: 4959265.
HSL color Cylindrical-coordinate representation of color #21AC4B: hue angle of 138.13º 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 #21AC4B is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 75 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.33 |
| HSL | 138.13º | 0.68% | 0.4% | - |
| HSV(B) | 138.13º | 0.81% | 0.67% | - |
| XYZ | 16.65 | 30.34 | 11.63 | - |
| YUV | 119.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 75 | 0.81 | 0 | 0.56 | 0.33 | 138.13 | 0.68 | 0.4 |
| Hex | 21 | AC | 4B | 51 | 0 | 38 | 21 | 8A | 44 | 28 |
| Octal | 41 | 254 | 113 | 121 | 0 | 70 | 41 | 212 | 104 | 50 |
| Binary | 100001 | 10101100 | 1001011 | 1010001 | 0 | 111000 | 100001 | 10001010 | 1000100 | 101000 |
Color Harmonies of #21AC4B
Complementary color
Monochromatic Colors of #21AC4B
Black with #21AC4B
Text Example
Text Example
White with #21AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC4B; }
p { color: rgb(33,172,75); }
H1.HeaderClassName
{
color: #21AC4B;
}
.AnyTagClassName
{
color: #21AC4B;
}
</style>
background-color css
<style>
a { background-color: #21AC4B; }
a { background-color: rgb(33,172,75); }
div.DivClassName
{
background-color: #21AC4B;
}
.BgClassName
{
background-color: #21AC4B;
}
</style>
border-color css
<style>
span { border-color: #21AC4B; }
span { border-color: rgb(33,172,75); }
td.TdClassName
{
border-color: #21AC4B;
}
.TagClassName
{
border-color: #21AC4B;
}
</style>