Shades of Eucalyptus #21A161
Tints of Eucalyptus #21A161
RGB
CMYK
RGB Variations
Color information
#21A161 (or 0x21A161) is known color: Eucalyptus. HEX triplet: 21, A1 and 61. RGB value is (33,161,97). Sum of RGB (Red+Green+Blue) = 33+161+97=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #21A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A161 is #DE5E9E. Grayscale: #737373. Windows color (decimal): -14573215 or 6398241. OLE color: 6398241.
HSL color Cylindrical-coordinate representation of color #21A161: hue angle of 150º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A161 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 97 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.37 |
| HSL | 150º | 0.66% | 0.38% | - |
| HSV(B) | 150º | 0.8% | 0.63% | - |
| XYZ | 15.53 | 26.68 | 15.64 | - |
| YUV | 115.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 97 | 0.80 | 0 | 0.40 | 0.37 | 150 | 0.66 | 0.38 |
| Hex | 21 | A1 | 61 | 50 | 0 | 28 | 25 | 96 | 42 | 26 |
| Octal | 41 | 241 | 141 | 120 | 0 | 50 | 45 | 226 | 102 | 46 |
| Binary | 100001 | 10100001 | 1100001 | 1010000 | 0 | 101000 | 100101 | 10010110 | 1000010 | 100110 |
Color Harmonies of #21A161
Complementary color
Monochromatic Colors of #21A161
Black with #21A161
Text Example
Text Example
White with #21A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A161; }
p { color: rgb(33,161,97); }
H1.HeaderClassName
{
color: #21A161;
}
.AnyTagClassName
{
color: #21A161;
}
</style>
background-color css
<style>
a { background-color: #21A161; }
a { background-color: rgb(33,161,97); }
div.DivClassName
{
background-color: #21A161;
}
.BgClassName
{
background-color: #21A161;
}
</style>
border-color css
<style>
span { border-color: #21A161; }
span { border-color: rgb(33,161,97); }
td.TdClassName
{
border-color: #21A161;
}
.TagClassName
{
border-color: #21A161;
}
</style>