Shades of Feijoa #ACE882
Tints of Feijoa #ACE882
RGB
CMYK
RGB Variations
Color information
#ACE882 (or 0xACE882) is known color: Feijoa. HEX triplet: AC, E8 and 82. RGB value is (172,232,130). Sum of RGB (Red+Green+Blue) = 172+232+130=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE882 is #53177D. Grayscale: #CACACA. Windows color (decimal): -5445502 or 8579244. OLE color: 8579244.
HSL color Cylindrical-coordinate representation of color #ACE882: hue angle of 95.29º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE882 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 130 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.09 |
| HSL | 95.29º | 0.69% | 0.71% | - |
| HSV(B) | 95.29º | 0.44% | 0.91% | - |
| XYZ | 49.9 | 68.1 | 31.63 | - |
| YUV | 202.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 130 | 0.26 | 0 | 0.44 | 0.09 | 95.29 | 0.69 | 0.71 |
| Hex | AC | E8 | 82 | 1A | 0 | 2C | 9 | 5F | 45 | 47 |
| Octal | 254 | 350 | 202 | 32 | 0 | 54 | 11 | 137 | 105 | 107 |
| Binary | 10101100 | 11101000 | 10000010 | 11010 | 0 | 101100 | 1001 | 1011111 | 1000101 | 1000111 |
Color Harmonies of #ACE882
Complementary color
Monochromatic Colors of #ACE882
Black with #ACE882
Text Example
Text Example
White with #ACE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE882; }
p { color: rgb(172,232,130); }
H1.HeaderClassName
{
color: #ACE882;
}
.AnyTagClassName
{
color: #ACE882;
}
</style>
background-color css
<style>
a { background-color: #ACE882; }
a { background-color: rgb(172,232,130); }
div.DivClassName
{
background-color: #ACE882;
}
.BgClassName
{
background-color: #ACE882;
}
</style>
border-color css
<style>
span { border-color: #ACE882; }
span { border-color: rgb(172,232,130); }
td.TdClassName
{
border-color: #ACE882;
}
.TagClassName
{
border-color: #ACE882;
}
</style>