Shades of Eucalyptus #20AC67
Tints of Eucalyptus #20AC67
RGB
CMYK
RGB Variations
Color information
#20AC67 (or 0x20AC67) is known color: Eucalyptus. HEX triplet: 20, AC and 67. RGB value is (32,172,103). Sum of RGB (Red+Green+Blue) = 32+172+103=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC67 is #DF5398. Grayscale: #7A7A7A. Windows color (decimal): -14635929 or 6794272. OLE color: 6794272.
HSL color Cylindrical-coordinate representation of color #20AC67: hue angle of 150.43º degrees, saturation: 0.69, 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 #20AC67 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 103 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.33 |
| HSL | 150.43º | 0.69% | 0.4% | - |
| HSV(B) | 150.43º | 0.81% | 0.67% | - |
| XYZ | 17.8 | 30.79 | 17.84 | - |
| YUV | 122.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 103 | 0.81 | 0 | 0.40 | 0.33 | 150.43 | 0.69 | 0.4 |
| Hex | 20 | AC | 67 | 51 | 0 | 28 | 21 | 96 | 45 | 28 |
| Octal | 40 | 254 | 147 | 121 | 0 | 50 | 41 | 226 | 105 | 50 |
| Binary | 100000 | 10101100 | 1100111 | 1010001 | 0 | 101000 | 100001 | 10010110 | 1000101 | 101000 |
Color Harmonies of #20AC67
Complementary color
Monochromatic Colors of #20AC67
Black with #20AC67
Text Example
Text Example
White with #20AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC67; }
p { color: rgb(32,172,103); }
H1.HeaderClassName
{
color: #20AC67;
}
.AnyTagClassName
{
color: #20AC67;
}
</style>
background-color css
<style>
a { background-color: #20AC67; }
a { background-color: rgb(32,172,103); }
div.DivClassName
{
background-color: #20AC67;
}
.BgClassName
{
background-color: #20AC67;
}
</style>
border-color css
<style>
span { border-color: #20AC67; }
span { border-color: rgb(32,172,103); }
td.TdClassName
{
border-color: #20AC67;
}
.TagClassName
{
border-color: #20AC67;
}
</style>