Shades of Feijoa #ACEA81
Tints of Feijoa #ACEA81
RGB
CMYK
RGB Variations
Color information
#ACEA81 (or 0xACEA81) is known color: Feijoa. HEX triplet: AC, EA and 81. RGB value is (172,234,129). Sum of RGB (Red+Green+Blue) = 172+234+129=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA81 is #53157E. Grayscale: #CBCBCB. Windows color (decimal): -5444991 or 8514220. OLE color: 8514220.
HSL color Cylindrical-coordinate representation of color #ACEA81: hue angle of 95.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACEA81 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 129 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.08 |
| HSL | 95.43º | 0.71% | 0.71% | - |
| HSV(B) | 95.43º | 0.45% | 0.92% | - |
| XYZ | 50.4 | 69.2 | 31.47 | - |
| YUV | 203.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 129 | 0.26 | 0 | 0.45 | 0.08 | 95.43 | 0.71 | 0.71 |
| Hex | AC | EA | 81 | 1A | 0 | 2D | 8 | 5F | 47 | 47 |
| Octal | 254 | 352 | 201 | 32 | 0 | 55 | 10 | 137 | 107 | 107 |
| Binary | 10101100 | 11101010 | 10000001 | 11010 | 0 | 101101 | 1000 | 1011111 | 1000111 | 1000111 |
Color Harmonies of #ACEA81
Complementary color
Monochromatic Colors of #ACEA81
Black with #ACEA81
Text Example
Text Example
White with #ACEA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA81; }
p { color: rgb(172,234,129); }
H1.HeaderClassName
{
color: #ACEA81;
}
.AnyTagClassName
{
color: #ACEA81;
}
</style>
background-color css
<style>
a { background-color: #ACEA81; }
a { background-color: rgb(172,234,129); }
div.DivClassName
{
background-color: #ACEA81;
}
.BgClassName
{
background-color: #ACEA81;
}
</style>
border-color css
<style>
span { border-color: #ACEA81; }
span { border-color: rgb(172,234,129); }
td.TdClassName
{
border-color: #ACEA81;
}
.TagClassName
{
border-color: #ACEA81;
}
</style>