Shades of Feijoa #ACE68F
Tints of Feijoa #ACE68F
RGB
CMYK
RGB Variations
Color information
#ACE68F (or 0xACE68F) is known color: Feijoa. HEX triplet: AC, E6 and 8F. RGB value is (172,230,143). Sum of RGB (Red+Green+Blue) = 172+230+143=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE68F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE68F is #531970. Grayscale: #CBCBCB. Windows color (decimal): -5446001 or 9430700. OLE color: 9430700.
HSL color Cylindrical-coordinate representation of color #ACE68F: hue angle of 100º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE68F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 143 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.10 |
| HSL | 100º | 0.64% | 0.73% | - |
| HSV(B) | 100º | 0.38% | 0.9% | - |
| XYZ | 50.27 | 67.35 | 36.34 | - |
| YUV | 202.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 143 | 0.25 | 0 | 0.38 | 0.10 | 100 | 0.64 | 0.73 |
| Hex | AC | E6 | 8F | 19 | 0 | 26 | A | 64 | 40 | 49 |
| Octal | 254 | 346 | 217 | 31 | 0 | 46 | 12 | 144 | 100 | 111 |
| Binary | 10101100 | 11100110 | 10001111 | 11001 | 0 | 100110 | 1010 | 1100100 | 1000000 | 1001001 |
Color Harmonies of #ACE68F
Complementary color
Monochromatic Colors of #ACE68F
Black with #ACE68F
Text Example
Text Example
White with #ACE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE68F; }
p { color: rgb(172,230,143); }
H1.HeaderClassName
{
color: #ACE68F;
}
.AnyTagClassName
{
color: #ACE68F;
}
</style>
background-color css
<style>
a { background-color: #ACE68F; }
a { background-color: rgb(172,230,143); }
div.DivClassName
{
background-color: #ACE68F;
}
.BgClassName
{
background-color: #ACE68F;
}
</style>
border-color css
<style>
span { border-color: #ACE68F; }
span { border-color: rgb(172,230,143); }
td.TdClassName
{
border-color: #ACE68F;
}
.TagClassName
{
border-color: #ACE68F;
}
</style>