Shades of Feijoa #ACE68D
Tints of Feijoa #ACE68D
RGB
CMYK
RGB Variations
Color information
#ACE68D (or 0xACE68D) is known color: Feijoa. HEX triplet: AC, E6 and 8D. RGB value is (172,230,141). Sum of RGB (Red+Green+Blue) = 172+230+141=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE68D is #531972. Grayscale: #CACACA. Windows color (decimal): -5446003 or 9299628. OLE color: 9299628.
HSL color Cylindrical-coordinate representation of color #ACE68D: hue angle of 99.1º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE68D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 141 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.10 |
| HSL | 99.1º | 0.64% | 0.73% | - |
| HSV(B) | 99.1º | 0.39% | 0.9% | - |
| XYZ | 50.12 | 67.29 | 35.55 | - |
| YUV | 202.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 141 | 0.25 | 0 | 0.39 | 0.10 | 99.1 | 0.64 | 0.73 |
| Hex | AC | E6 | 8D | 19 | 0 | 27 | A | 63 | 40 | 49 |
| Octal | 254 | 346 | 215 | 31 | 0 | 47 | 12 | 143 | 100 | 111 |
| Binary | 10101100 | 11100110 | 10001101 | 11001 | 0 | 100111 | 1010 | 1100011 | 1000000 | 1001001 |
Color Harmonies of #ACE68D
Complementary color
Monochromatic Colors of #ACE68D
Black with #ACE68D
Text Example
Text Example
White with #ACE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE68D; }
p { color: rgb(172,230,141); }
H1.HeaderClassName
{
color: #ACE68D;
}
.AnyTagClassName
{
color: #ACE68D;
}
</style>
background-color css
<style>
a { background-color: #ACE68D; }
a { background-color: rgb(172,230,141); }
div.DivClassName
{
background-color: #ACE68D;
}
.BgClassName
{
background-color: #ACE68D;
}
</style>
border-color css
<style>
span { border-color: #ACE68D; }
span { border-color: rgb(172,230,141); }
td.TdClassName
{
border-color: #ACE68D;
}
.TagClassName
{
border-color: #ACE68D;
}
</style>