Shades of Eucalyptus #23AA64
Tints of Eucalyptus #23AA64
RGB
CMYK
RGB Variations
Color information
#23AA64 (or 0x23AA64) is known color: Eucalyptus. HEX triplet: 23, AA and 64. RGB value is (35,170,100). Sum of RGB (Red+Green+Blue) = 35+170+100=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA64 is #DC559B. Grayscale: #797979. Windows color (decimal): -14439836 or 6597155. OLE color: 6597155.
HSL color Cylindrical-coordinate representation of color #23AA64: hue angle of 148.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA64 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 100 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.33 |
| HSL | 148.89º | 0.66% | 0.4% | - |
| HSV(B) | 148.89º | 0.79% | 0.67% | - |
| XYZ | 17.37 | 30.03 | 16.94 | - |
| YUV | 121.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 100 | 0.79 | 0 | 0.41 | 0.33 | 148.89 | 0.66 | 0.4 |
| Hex | 23 | AA | 64 | 4F | 0 | 29 | 21 | 95 | 42 | 28 |
| Octal | 43 | 252 | 144 | 117 | 0 | 51 | 41 | 225 | 102 | 50 |
| Binary | 100011 | 10101010 | 1100100 | 1001111 | 0 | 101001 | 100001 | 10010101 | 1000010 | 101000 |
Color Harmonies of #23AA64
Complementary color
Monochromatic Colors of #23AA64
Black with #23AA64
Text Example
Text Example
White with #23AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA64; }
p { color: rgb(35,170,100); }
H1.HeaderClassName
{
color: #23AA64;
}
.AnyTagClassName
{
color: #23AA64;
}
</style>
background-color css
<style>
a { background-color: #23AA64; }
a { background-color: rgb(35,170,100); }
div.DivClassName
{
background-color: #23AA64;
}
.BgClassName
{
background-color: #23AA64;
}
</style>
border-color css
<style>
span { border-color: #23AA64; }
span { border-color: rgb(35,170,100); }
td.TdClassName
{
border-color: #23AA64;
}
.TagClassName
{
border-color: #23AA64;
}
</style>