Shades of Feijoa #ACE28A
Tints of Feijoa #ACE28A
RGB
CMYK
RGB Variations
Color information
#ACE28A (or 0xACE28A) is known color: Feijoa. HEX triplet: AC, E2 and 8A. RGB value is (172,226,138). Sum of RGB (Red+Green+Blue) = 172+226+138=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE28A is #531D75. Grayscale: #C8C8C8. Windows color (decimal): -5447030 or 9101996. OLE color: 9101996.
HSL color Cylindrical-coordinate representation of color #ACE28A: hue angle of 96.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE28A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 138 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.11 |
| HSL | 96.82º | 0.6% | 0.71% | - |
| HSV(B) | 96.82º | 0.39% | 0.89% | - |
| XYZ | 48.8 | 65 | 34.02 | - |
| YUV | 199.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 138 | 0.24 | 0 | 0.39 | 0.11 | 96.82 | 0.6 | 0.71 |
| Hex | AC | E2 | 8A | 18 | 0 | 27 | B | 61 | 3C | 47 |
| Octal | 254 | 342 | 212 | 30 | 0 | 47 | 13 | 141 | 74 | 107 |
| Binary | 10101100 | 11100010 | 10001010 | 11000 | 0 | 100111 | 1011 | 1100001 | 111100 | 1000111 |
Color Harmonies of #ACE28A
Complementary color
Monochromatic Colors of #ACE28A
Black with #ACE28A
Text Example
Text Example
White with #ACE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE28A; }
p { color: rgb(172,226,138); }
H1.HeaderClassName
{
color: #ACE28A;
}
.AnyTagClassName
{
color: #ACE28A;
}
</style>
background-color css
<style>
a { background-color: #ACE28A; }
a { background-color: rgb(172,226,138); }
div.DivClassName
{
background-color: #ACE28A;
}
.BgClassName
{
background-color: #ACE28A;
}
</style>
border-color css
<style>
span { border-color: #ACE28A; }
span { border-color: rgb(172,226,138); }
td.TdClassName
{
border-color: #ACE28A;
}
.TagClassName
{
border-color: #ACE28A;
}
</style>