Shades of Feijoa #ACE77E
Tints of Feijoa #ACE77E
RGB
CMYK
RGB Variations
Color information
#ACE77E (or 0xACE77E) is known color: Feijoa. HEX triplet: AC, E7 and 7E. RGB value is (172,231,126). Sum of RGB (Red+Green+Blue) = 172+231+126=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE77E is #531881. Grayscale: #C9C9C9. Windows color (decimal): -5445762 or 8316844. OLE color: 8316844.
HSL color Cylindrical-coordinate representation of color #ACE77E: hue angle of 93.71º degrees, saturation: 0.69, 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 #ACE77E is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 126 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.09 |
| HSL | 93.71º | 0.69% | 0.7% | - |
| HSV(B) | 93.71º | 0.45% | 0.91% | - |
| XYZ | 49.36 | 67.43 | 30.15 | - |
| YUV | 201.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 126 | 0.26 | 0 | 0.45 | 0.09 | 93.71 | 0.69 | 0.7 |
| Hex | AC | E7 | 7E | 1A | 0 | 2D | 9 | 5E | 45 | 46 |
| Octal | 254 | 347 | 176 | 32 | 0 | 55 | 11 | 136 | 105 | 106 |
| Binary | 10101100 | 11100111 | 1111110 | 11010 | 0 | 101101 | 1001 | 1011110 | 1000101 | 1000110 |
Color Harmonies of #ACE77E
Complementary color
Monochromatic Colors of #ACE77E
Black with #ACE77E
Text Example
Text Example
White with #ACE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE77E; }
p { color: rgb(172,231,126); }
H1.HeaderClassName
{
color: #ACE77E;
}
.AnyTagClassName
{
color: #ACE77E;
}
</style>
background-color css
<style>
a { background-color: #ACE77E; }
a { background-color: rgb(172,231,126); }
div.DivClassName
{
background-color: #ACE77E;
}
.BgClassName
{
background-color: #ACE77E;
}
</style>
border-color css
<style>
span { border-color: #ACE77E; }
span { border-color: rgb(172,231,126); }
td.TdClassName
{
border-color: #ACE77E;
}
.TagClassName
{
border-color: #ACE77E;
}
</style>