Shades of Eucalyptus #20AE5E
Tints of Eucalyptus #20AE5E
RGB
CMYK
RGB Variations
Color information
#20AE5E (or 0x20AE5E) is known color: Eucalyptus. HEX triplet: 20, AE and 5E. RGB value is (32,174,94). Sum of RGB (Red+Green+Blue) = 32+174+94=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE5E is #DF51A1. Grayscale: #7A7A7A. Windows color (decimal): -14635426 or 6204960. OLE color: 6204960.
HSL color Cylindrical-coordinate representation of color #20AE5E: hue angle of 146.2º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE5E is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 94 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.32 |
| HSL | 146.2º | 0.69% | 0.4% | - |
| HSV(B) | 146.2º | 0.82% | 0.68% | - |
| XYZ | 17.75 | 31.39 | 15.71 | - |
| YUV | 122.42 | 111.96 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 94 | 0.82 | 0 | 0.46 | 0.32 | 146.2 | 0.69 | 0.4 |
| Hex | 20 | AE | 5E | 52 | 0 | 2E | 20 | 92 | 45 | 28 |
| Octal | 40 | 256 | 136 | 122 | 0 | 56 | 40 | 222 | 105 | 50 |
| Binary | 100000 | 10101110 | 1011110 | 1010010 | 0 | 101110 | 100000 | 10010010 | 1000101 | 101000 |
Color Harmonies of #20AE5E
Complementary color
Monochromatic Colors of #20AE5E
Black with #20AE5E
Text Example
Text Example
White with #20AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE5E; }
p { color: rgb(32,174,94); }
H1.HeaderClassName
{
color: #20AE5E;
}
.AnyTagClassName
{
color: #20AE5E;
}
</style>
background-color css
<style>
a { background-color: #20AE5E; }
a { background-color: rgb(32,174,94); }
div.DivClassName
{
background-color: #20AE5E;
}
.BgClassName
{
background-color: #20AE5E;
}
</style>
border-color css
<style>
span { border-color: #20AE5E; }
span { border-color: rgb(32,174,94); }
td.TdClassName
{
border-color: #20AE5E;
}
.TagClassName
{
border-color: #20AE5E;
}
</style>