Shades of Feijoa #ACE775
Tints of Feijoa #ACE775
RGB
CMYK
RGB Variations
Color information
#ACE775 (or 0xACE775) is known color: Feijoa. HEX triplet: AC, E7 and 75. RGB value is (172,231,117). Sum of RGB (Red+Green+Blue) = 172+231+117=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE775 is #53188A. Grayscale: #C8C8C8. Windows color (decimal): -5445771 or 7727020. OLE color: 7727020.
HSL color Cylindrical-coordinate representation of color #ACE775: hue angle of 91.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE775 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 117 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.09 |
| HSL | 91.05º | 0.7% | 0.68% | - |
| HSV(B) | 91.05º | 0.49% | 0.91% | - |
| XYZ | 48.8 | 67.21 | 27.23 | - |
| YUV | 200.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 117 | 0.26 | 0 | 0.49 | 0.09 | 91.05 | 0.7 | 0.68 |
| Hex | AC | E7 | 75 | 1A | 0 | 31 | 9 | 5B | 46 | 44 |
| Octal | 254 | 347 | 165 | 32 | 0 | 61 | 11 | 133 | 106 | 104 |
| Binary | 10101100 | 11100111 | 1110101 | 11010 | 0 | 110001 | 1001 | 1011011 | 1000110 | 1000100 |
Color Harmonies of #ACE775
Complementary color
Monochromatic Colors of #ACE775
Black with #ACE775
Text Example
Text Example
White with #ACE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE775; }
p { color: rgb(172,231,117); }
H1.HeaderClassName
{
color: #ACE775;
}
.AnyTagClassName
{
color: #ACE775;
}
</style>
background-color css
<style>
a { background-color: #ACE775; }
a { background-color: rgb(172,231,117); }
div.DivClassName
{
background-color: #ACE775;
}
.BgClassName
{
background-color: #ACE775;
}
</style>
border-color css
<style>
span { border-color: #ACE775; }
span { border-color: rgb(172,231,117); }
td.TdClassName
{
border-color: #ACE775;
}
.TagClassName
{
border-color: #ACE775;
}
</style>