Shades of Eucalyptus #23A06E
Tints of Eucalyptus #23A06E
RGB
CMYK
RGB Variations
Color information
#23A06E (or 0x23A06E) is known color: Eucalyptus. HEX triplet: 23, A0 and 6E. RGB value is (35,160,110). Sum of RGB (Red+Green+Blue) = 35+160+110=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #23A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A06E is #DC5F91. Grayscale: #747474. Windows color (decimal): -14442386 or 7249955. OLE color: 7249955.
HSL color Cylindrical-coordinate representation of color #23A06E: hue angle of 156º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A06E is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 110 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.37 |
| HSL | 156º | 0.64% | 0.38% | - |
| HSV(B) | 156º | 0.78% | 0.63% | - |
| XYZ | 16.08 | 26.62 | 19.04 | - |
| YUV | 116.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 110 | 0.78 | 0 | 0.31 | 0.37 | 156 | 0.64 | 0.38 |
| Hex | 23 | A0 | 6E | 4E | 0 | 1F | 25 | 9C | 40 | 26 |
| Octal | 43 | 240 | 156 | 116 | 0 | 37 | 45 | 234 | 100 | 46 |
| Binary | 100011 | 10100000 | 1101110 | 1001110 | 0 | 11111 | 100101 | 10011100 | 1000000 | 100110 |
Color Harmonies of #23A06E
Complementary color
Monochromatic Colors of #23A06E
Black with #23A06E
Text Example
Text Example
White with #23A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A06E; }
p { color: rgb(35,160,110); }
H1.HeaderClassName
{
color: #23A06E;
}
.AnyTagClassName
{
color: #23A06E;
}
</style>
background-color css
<style>
a { background-color: #23A06E; }
a { background-color: rgb(35,160,110); }
div.DivClassName
{
background-color: #23A06E;
}
.BgClassName
{
background-color: #23A06E;
}
</style>
border-color css
<style>
span { border-color: #23A06E; }
span { border-color: rgb(35,160,110); }
td.TdClassName
{
border-color: #23A06E;
}
.TagClassName
{
border-color: #23A06E;
}
</style>