Shades of Feijoa #ACE07E
Tints of Feijoa #ACE07E
RGB
CMYK
RGB Variations
Color information
#ACE07E (or 0xACE07E) is known color: Feijoa. HEX triplet: AC, E0 and 7E. RGB value is (172,224,126). Sum of RGB (Red+Green+Blue) = 172+224+126=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE07E is #531F81. Grayscale: #C5C5C5. Windows color (decimal): -5447554 or 8315052. OLE color: 8315052.
HSL color Cylindrical-coordinate representation of color #ACE07E: hue angle of 91.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE07E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 126 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.12 |
| HSL | 91.84º | 0.61% | 0.69% | - |
| HSV(B) | 91.84º | 0.44% | 0.88% | - |
| XYZ | 47.43 | 63.59 | 29.51 | - |
| YUV | 197.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 126 | 0.23 | 0 | 0.44 | 0.12 | 91.84 | 0.61 | 0.69 |
| Hex | AC | E0 | 7E | 17 | 0 | 2C | C | 5C | 3D | 45 |
| Octal | 254 | 340 | 176 | 27 | 0 | 54 | 14 | 134 | 75 | 105 |
| Binary | 10101100 | 11100000 | 1111110 | 10111 | 0 | 101100 | 1100 | 1011100 | 111101 | 1000101 |
Color Harmonies of #ACE07E
Complementary color
Monochromatic Colors of #ACE07E
Black with #ACE07E
Text Example
Text Example
White with #ACE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE07E; }
p { color: rgb(172,224,126); }
H1.HeaderClassName
{
color: #ACE07E;
}
.AnyTagClassName
{
color: #ACE07E;
}
</style>
background-color css
<style>
a { background-color: #ACE07E; }
a { background-color: rgb(172,224,126); }
div.DivClassName
{
background-color: #ACE07E;
}
.BgClassName
{
background-color: #ACE07E;
}
</style>
border-color css
<style>
span { border-color: #ACE07E; }
span { border-color: rgb(172,224,126); }
td.TdClassName
{
border-color: #ACE07E;
}
.TagClassName
{
border-color: #ACE07E;
}
</style>