Shades of Feijoa #ACEA89
Tints of Feijoa #ACEA89
RGB
CMYK
RGB Variations
Color information
#ACEA89 (or 0xACEA89) is known color: Feijoa. HEX triplet: AC, EA and 89. RGB value is (172,234,137). Sum of RGB (Red+Green+Blue) = 172+234+137=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA89 is #531576. Grayscale: #CCCCCC. Windows color (decimal): -5444983 or 9038508. OLE color: 9038508.
HSL color Cylindrical-coordinate representation of color #ACEA89: hue angle of 98.35º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACEA89 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 137 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.08 |
| HSL | 98.35º | 0.7% | 0.73% | - |
| HSV(B) | 98.35º | 0.41% | 0.92% | - |
| XYZ | 50.95 | 69.42 | 34.38 | - |
| YUV | 204.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 137 | 0.26 | 0 | 0.41 | 0.08 | 98.35 | 0.7 | 0.73 |
| Hex | AC | EA | 89 | 1A | 0 | 29 | 8 | 62 | 46 | 49 |
| Octal | 254 | 352 | 211 | 32 | 0 | 51 | 10 | 142 | 106 | 111 |
| Binary | 10101100 | 11101010 | 10001001 | 11010 | 0 | 101001 | 1000 | 1100010 | 1000110 | 1001001 |
Color Harmonies of #ACEA89
Complementary color
Monochromatic Colors of #ACEA89
Black with #ACEA89
Text Example
Text Example
White with #ACEA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA89; }
p { color: rgb(172,234,137); }
H1.HeaderClassName
{
color: #ACEA89;
}
.AnyTagClassName
{
color: #ACEA89;
}
</style>
background-color css
<style>
a { background-color: #ACEA89; }
a { background-color: rgb(172,234,137); }
div.DivClassName
{
background-color: #ACEA89;
}
.BgClassName
{
background-color: #ACEA89;
}
</style>
border-color css
<style>
span { border-color: #ACEA89; }
span { border-color: rgb(172,234,137); }
td.TdClassName
{
border-color: #ACEA89;
}
.TagClassName
{
border-color: #ACEA89;
}
</style>