Shades of Feijoa #ACEA8F
Tints of Feijoa #ACEA8F
RGB
CMYK
RGB Variations
Color information
#ACEA8F (or 0xACEA8F) is known color: Feijoa. HEX triplet: AC, EA and 8F. RGB value is (172,234,143). Sum of RGB (Red+Green+Blue) = 172+234+143=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA8F is #531570. Grayscale: #CDCDCD. Windows color (decimal): -5444977 or 9431724. OLE color: 9431724.
HSL color Cylindrical-coordinate representation of color #ACEA8F: hue angle of 100.88º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACEA8F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 143 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.08 |
| HSL | 100.88º | 0.68% | 0.74% | - |
| HSV(B) | 100.88º | 0.39% | 0.92% | - |
| XYZ | 51.39 | 69.6 | 36.71 | - |
| YUV | 205.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 143 | 0.26 | 0 | 0.39 | 0.08 | 100.88 | 0.68 | 0.74 |
| Hex | AC | EA | 8F | 1A | 0 | 27 | 8 | 65 | 44 | 4A |
| Octal | 254 | 352 | 217 | 32 | 0 | 47 | 10 | 145 | 104 | 112 |
| Binary | 10101100 | 11101010 | 10001111 | 11010 | 0 | 100111 | 1000 | 1100101 | 1000100 | 1001010 |
Color Harmonies of #ACEA8F
Complementary color
Monochromatic Colors of #ACEA8F
Black with #ACEA8F
Text Example
Text Example
White with #ACEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA8F; }
p { color: rgb(172,234,143); }
H1.HeaderClassName
{
color: #ACEA8F;
}
.AnyTagClassName
{
color: #ACEA8F;
}
</style>
background-color css
<style>
a { background-color: #ACEA8F; }
a { background-color: rgb(172,234,143); }
div.DivClassName
{
background-color: #ACEA8F;
}
.BgClassName
{
background-color: #ACEA8F;
}
</style>
border-color css
<style>
span { border-color: #ACEA8F; }
span { border-color: rgb(172,234,143); }
td.TdClassName
{
border-color: #ACEA8F;
}
.TagClassName
{
border-color: #ACEA8F;
}
</style>