Shades of Feijoa #ACE88A
Tints of Feijoa #ACE88A
RGB
CMYK
RGB Variations
Color information
#ACE88A (or 0xACE88A) is known color: Feijoa. HEX triplet: AC, E8 and 8A. RGB value is (172,232,138). Sum of RGB (Red+Green+Blue) = 172+232+138=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE88A is #531775. Grayscale: #CBCBCB. Windows color (decimal): -5445494 or 9103532. OLE color: 9103532.
HSL color Cylindrical-coordinate representation of color #ACE88A: hue angle of 98.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE88A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 138 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.09 |
| HSL | 98.3º | 0.67% | 0.73% | - |
| HSV(B) | 98.3º | 0.41% | 0.91% | - |
| XYZ | 50.46 | 68.32 | 34.57 | - |
| YUV | 203.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 138 | 0.26 | 0 | 0.41 | 0.09 | 98.3 | 0.67 | 0.73 |
| Hex | AC | E8 | 8A | 1A | 0 | 29 | 9 | 62 | 43 | 49 |
| Octal | 254 | 350 | 212 | 32 | 0 | 51 | 11 | 142 | 103 | 111 |
| Binary | 10101100 | 11101000 | 10001010 | 11010 | 0 | 101001 | 1001 | 1100010 | 1000011 | 1001001 |
Color Harmonies of #ACE88A
Complementary color
Monochromatic Colors of #ACE88A
Black with #ACE88A
Text Example
Text Example
White with #ACE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE88A; }
p { color: rgb(172,232,138); }
H1.HeaderClassName
{
color: #ACE88A;
}
.AnyTagClassName
{
color: #ACE88A;
}
</style>
background-color css
<style>
a { background-color: #ACE88A; }
a { background-color: rgb(172,232,138); }
div.DivClassName
{
background-color: #ACE88A;
}
.BgClassName
{
background-color: #ACE88A;
}
</style>
border-color css
<style>
span { border-color: #ACE88A; }
span { border-color: rgb(172,232,138); }
td.TdClassName
{
border-color: #ACE88A;
}
.TagClassName
{
border-color: #ACE88A;
}
</style>