Shades of Feijoa #ACE788
Tints of Feijoa #ACE788
RGB
CMYK
RGB Variations
Color information
#ACE788 (or 0xACE788) is known color: Feijoa. HEX triplet: AC, E7 and 88. RGB value is (172,231,136). Sum of RGB (Red+Green+Blue) = 172+231+136=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE788 is #531877. Grayscale: #CACACA. Windows color (decimal): -5445752 or 8972204. OLE color: 8972204.
HSL color Cylindrical-coordinate representation of color #ACE788: hue angle of 97.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE788 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 136 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.09 |
| HSL | 97.26º | 0.66% | 0.72% | - |
| HSV(B) | 97.26º | 0.41% | 0.91% | - |
| XYZ | 50.03 | 67.7 | 33.72 | - |
| YUV | 202.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 136 | 0.26 | 0 | 0.41 | 0.09 | 97.26 | 0.66 | 0.72 |
| Hex | AC | E7 | 88 | 1A | 0 | 29 | 9 | 61 | 42 | 48 |
| Octal | 254 | 347 | 210 | 32 | 0 | 51 | 11 | 141 | 102 | 110 |
| Binary | 10101100 | 11100111 | 10001000 | 11010 | 0 | 101001 | 1001 | 1100001 | 1000010 | 1001000 |
Color Harmonies of #ACE788
Complementary color
Monochromatic Colors of #ACE788
Black with #ACE788
Text Example
Text Example
White with #ACE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE788; }
p { color: rgb(172,231,136); }
H1.HeaderClassName
{
color: #ACE788;
}
.AnyTagClassName
{
color: #ACE788;
}
</style>
background-color css
<style>
a { background-color: #ACE788; }
a { background-color: rgb(172,231,136); }
div.DivClassName
{
background-color: #ACE788;
}
.BgClassName
{
background-color: #ACE788;
}
</style>
border-color css
<style>
span { border-color: #ACE788; }
span { border-color: rgb(172,231,136); }
td.TdClassName
{
border-color: #ACE788;
}
.TagClassName
{
border-color: #ACE788;
}
</style>