Shades of Feijoa #ACE774
Tints of Feijoa #ACE774
RGB
CMYK
RGB Variations
Color information
#ACE774 (or 0xACE774) is known color: Feijoa. HEX triplet: AC, E7 and 74. RGB value is (172,231,116). Sum of RGB (Red+Green+Blue) = 172+231+116=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE774 is #53188B. Grayscale: #C8C8C8. Windows color (decimal): -5445772 or 7661484. OLE color: 7661484.
HSL color Cylindrical-coordinate representation of color #ACE774: hue angle of 90.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE774 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 116 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.09 |
| HSL | 90.78º | 0.71% | 0.68% | - |
| HSV(B) | 90.78º | 0.5% | 0.91% | - |
| XYZ | 48.74 | 67.18 | 26.92 | - |
| YUV | 200.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 116 | 0.26 | 0 | 0.50 | 0.09 | 90.78 | 0.71 | 0.68 |
| Hex | AC | E7 | 74 | 1A | 0 | 32 | 9 | 5B | 47 | 44 |
| Octal | 254 | 347 | 164 | 32 | 0 | 62 | 11 | 133 | 107 | 104 |
| Binary | 10101100 | 11100111 | 1110100 | 11010 | 0 | 110010 | 1001 | 1011011 | 1000111 | 1000100 |
Color Harmonies of #ACE774
Complementary color
Monochromatic Colors of #ACE774
Black with #ACE774
Text Example
Text Example
White with #ACE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE774; }
p { color: rgb(172,231,116); }
H1.HeaderClassName
{
color: #ACE774;
}
.AnyTagClassName
{
color: #ACE774;
}
</style>
background-color css
<style>
a { background-color: #ACE774; }
a { background-color: rgb(172,231,116); }
div.DivClassName
{
background-color: #ACE774;
}
.BgClassName
{
background-color: #ACE774;
}
</style>
border-color css
<style>
span { border-color: #ACE774; }
span { border-color: rgb(172,231,116); }
td.TdClassName
{
border-color: #ACE774;
}
.TagClassName
{
border-color: #ACE774;
}
</style>