Shades of Feijoa #ACE77F
Tints of Feijoa #ACE77F
RGB
CMYK
RGB Variations
Color information
#ACE77F (or 0xACE77F) is known color: Feijoa. HEX triplet: AC, E7 and 7F. RGB value is (172,231,127). Sum of RGB (Red+Green+Blue) = 172+231+127=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE77F is #531880. Grayscale: #C9C9C9. Windows color (decimal): -5445761 or 8382380. OLE color: 8382380.
HSL color Cylindrical-coordinate representation of color #ACE77F: hue angle of 94.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE77F is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 127 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.09 |
| HSL | 94.04º | 0.68% | 0.7% | - |
| HSV(B) | 94.04º | 0.45% | 0.91% | - |
| XYZ | 49.42 | 67.45 | 30.49 | - |
| YUV | 201.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 127 | 0.26 | 0 | 0.45 | 0.09 | 94.04 | 0.68 | 0.7 |
| Hex | AC | E7 | 7F | 1A | 0 | 2D | 9 | 5E | 44 | 46 |
| Octal | 254 | 347 | 177 | 32 | 0 | 55 | 11 | 136 | 104 | 106 |
| Binary | 10101100 | 11100111 | 1111111 | 11010 | 0 | 101101 | 1001 | 1011110 | 1000100 | 1000110 |
Color Harmonies of #ACE77F
Complementary color
Monochromatic Colors of #ACE77F
Black with #ACE77F
Text Example
Text Example
White with #ACE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE77F; }
p { color: rgb(172,231,127); }
H1.HeaderClassName
{
color: #ACE77F;
}
.AnyTagClassName
{
color: #ACE77F;
}
</style>
background-color css
<style>
a { background-color: #ACE77F; }
a { background-color: rgb(172,231,127); }
div.DivClassName
{
background-color: #ACE77F;
}
.BgClassName
{
background-color: #ACE77F;
}
</style>
border-color css
<style>
span { border-color: #ACE77F; }
span { border-color: rgb(172,231,127); }
td.TdClassName
{
border-color: #ACE77F;
}
.TagClassName
{
border-color: #ACE77F;
}
</style>