Shades of Feijoa #ACE68A
Tints of Feijoa #ACE68A
RGB
CMYK
RGB Variations
Color information
#ACE68A (or 0xACE68A) is known color: Feijoa. HEX triplet: AC, E6 and 8A. RGB value is (172,230,138). Sum of RGB (Red+Green+Blue) = 172+230+138=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE68A is #531975. Grayscale: #CACACA. Windows color (decimal): -5446006 or 9103020. OLE color: 9103020.
HSL color Cylindrical-coordinate representation of color #ACE68A: hue angle of 97.83º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE68A is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 138 | - |
| CMYK | 0.25 | 0 | 0.4 | 0.10 |
| HSL | 97.83º | 0.65% | 0.72% | - |
| HSV(B) | 97.83º | 0.4% | 0.9% | - |
| XYZ | 49.9 | 67.2 | 34.39 | - |
| YUV | 202.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 138 | 0.25 | 0 | 0.4 | 0.10 | 97.83 | 0.65 | 0.72 |
| Hex | AC | E6 | 8A | 19 | 0 | 28 | A | 62 | 41 | 48 |
| Octal | 254 | 346 | 212 | 31 | 0 | 50 | 12 | 142 | 101 | 110 |
| Binary | 10101100 | 11100110 | 10001010 | 11001 | 0 | 101000 | 1010 | 1100010 | 1000001 | 1001000 |
Color Harmonies of #ACE68A
Complementary color
Monochromatic Colors of #ACE68A
Black with #ACE68A
Text Example
Text Example
White with #ACE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE68A; }
p { color: rgb(172,230,138); }
H1.HeaderClassName
{
color: #ACE68A;
}
.AnyTagClassName
{
color: #ACE68A;
}
</style>
background-color css
<style>
a { background-color: #ACE68A; }
a { background-color: rgb(172,230,138); }
div.DivClassName
{
background-color: #ACE68A;
}
.BgClassName
{
background-color: #ACE68A;
}
</style>
border-color css
<style>
span { border-color: #ACE68A; }
span { border-color: rgb(172,230,138); }
td.TdClassName
{
border-color: #ACE68A;
}
.TagClassName
{
border-color: #ACE68A;
}
</style>