Shades of Feijoa #ACEA8C
Tints of Feijoa #ACEA8C
RGB
CMYK
RGB Variations
Color information
#ACEA8C (or 0xACEA8C) is known color: Feijoa. HEX triplet: AC, EA and 8C. RGB value is (172,234,140). Sum of RGB (Red+Green+Blue) = 172+234+140=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA8C is #531573. Grayscale: #CDCDCD. Windows color (decimal): -5444980 or 9235116. OLE color: 9235116.
HSL color Cylindrical-coordinate representation of color #ACEA8C: hue angle of 99.57º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACEA8C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 140 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.08 |
| HSL | 99.57º | 0.69% | 0.73% | - |
| HSV(B) | 99.57º | 0.4% | 0.92% | - |
| XYZ | 51.17 | 69.51 | 35.53 | - |
| YUV | 204.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 140 | 0.26 | 0 | 0.40 | 0.08 | 99.57 | 0.69 | 0.73 |
| Hex | AC | EA | 8C | 1A | 0 | 28 | 8 | 64 | 45 | 49 |
| Octal | 254 | 352 | 214 | 32 | 0 | 50 | 10 | 144 | 105 | 111 |
| Binary | 10101100 | 11101010 | 10001100 | 11010 | 0 | 101000 | 1000 | 1100100 | 1000101 | 1001001 |
Color Harmonies of #ACEA8C
Complementary color
Monochromatic Colors of #ACEA8C
Black with #ACEA8C
Text Example
Text Example
White with #ACEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA8C; }
p { color: rgb(172,234,140); }
H1.HeaderClassName
{
color: #ACEA8C;
}
.AnyTagClassName
{
color: #ACEA8C;
}
</style>
background-color css
<style>
a { background-color: #ACEA8C; }
a { background-color: rgb(172,234,140); }
div.DivClassName
{
background-color: #ACEA8C;
}
.BgClassName
{
background-color: #ACEA8C;
}
</style>
border-color css
<style>
span { border-color: #ACEA8C; }
span { border-color: rgb(172,234,140); }
td.TdClassName
{
border-color: #ACEA8C;
}
.TagClassName
{
border-color: #ACEA8C;
}
</style>