Shades of Eucalyptus #23AA68
Tints of Eucalyptus #23AA68
RGB
CMYK
RGB Variations
Color information
#23AA68 (or 0x23AA68) is known color: Eucalyptus. HEX triplet: 23, AA and 68. RGB value is (35,170,104). Sum of RGB (Red+Green+Blue) = 35+170+104=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA68 is #DC5597. Grayscale: #7A7A7A. Windows color (decimal): -14439832 or 6859299. OLE color: 6859299.
HSL color Cylindrical-coordinate representation of color #23AA68: hue angle of 150.67º 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 #23AA68 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 104 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.33 |
| HSL | 150.67º | 0.66% | 0.4% | - |
| HSV(B) | 150.67º | 0.79% | 0.67% | - |
| XYZ | 17.57 | 30.11 | 17.98 | - |
| YUV | 122.11 | 117.77 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 104 | 0.79 | 0 | 0.39 | 0.33 | 150.67 | 0.66 | 0.4 |
| Hex | 23 | AA | 68 | 4F | 0 | 27 | 21 | 97 | 42 | 28 |
| Octal | 43 | 252 | 150 | 117 | 0 | 47 | 41 | 227 | 102 | 50 |
| Binary | 100011 | 10101010 | 1101000 | 1001111 | 0 | 100111 | 100001 | 10010111 | 1000010 | 101000 |
Color Harmonies of #23AA68
Complementary color
Monochromatic Colors of #23AA68
Black with #23AA68
Text Example
Text Example
White with #23AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA68; }
p { color: rgb(35,170,104); }
H1.HeaderClassName
{
color: #23AA68;
}
.AnyTagClassName
{
color: #23AA68;
}
</style>
background-color css
<style>
a { background-color: #23AA68; }
a { background-color: rgb(35,170,104); }
div.DivClassName
{
background-color: #23AA68;
}
.BgClassName
{
background-color: #23AA68;
}
</style>
border-color css
<style>
span { border-color: #23AA68; }
span { border-color: rgb(35,170,104); }
td.TdClassName
{
border-color: #23AA68;
}
.TagClassName
{
border-color: #23AA68;
}
</style>