Shades of Feijoa #ACE78E
Tints of Feijoa #ACE78E
RGB
CMYK
RGB Variations
Color information
#ACE78E (or 0xACE78E) is known color: Feijoa. HEX triplet: AC, E7 and 8E. RGB value is (172,231,142). Sum of RGB (Red+Green+Blue) = 172+231+142=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE78E is #531871. Grayscale: #CBCBCB. Windows color (decimal): -5445746 or 9365420. OLE color: 9365420.
HSL color Cylindrical-coordinate representation of color #ACE78E: hue angle of 99.78º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE78E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 142 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.09 |
| HSL | 99.78º | 0.65% | 0.73% | - |
| HSV(B) | 99.78º | 0.39% | 0.91% | - |
| XYZ | 50.47 | 67.88 | 36.03 | - |
| YUV | 203.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 142 | 0.26 | 0 | 0.39 | 0.09 | 99.78 | 0.65 | 0.73 |
| Hex | AC | E7 | 8E | 1A | 0 | 27 | 9 | 64 | 41 | 49 |
| Octal | 254 | 347 | 216 | 32 | 0 | 47 | 11 | 144 | 101 | 111 |
| Binary | 10101100 | 11100111 | 10001110 | 11010 | 0 | 100111 | 1001 | 1100100 | 1000001 | 1001001 |
Color Harmonies of #ACE78E
Complementary color
Monochromatic Colors of #ACE78E
Black with #ACE78E
Text Example
Text Example
White with #ACE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE78E; }
p { color: rgb(172,231,142); }
H1.HeaderClassName
{
color: #ACE78E;
}
.AnyTagClassName
{
color: #ACE78E;
}
</style>
background-color css
<style>
a { background-color: #ACE78E; }
a { background-color: rgb(172,231,142); }
div.DivClassName
{
background-color: #ACE78E;
}
.BgClassName
{
background-color: #ACE78E;
}
</style>
border-color css
<style>
span { border-color: #ACE78E; }
span { border-color: rgb(172,231,142); }
td.TdClassName
{
border-color: #ACE78E;
}
.TagClassName
{
border-color: #ACE78E;
}
</style>