Shades of Feijoa #ACE28F
Tints of Feijoa #ACE28F
RGB
CMYK
RGB Variations
Color information
#ACE28F (or 0xACE28F) is known color: Feijoa. HEX triplet: AC, E2 and 8F. RGB value is (172,226,143). Sum of RGB (Red+Green+Blue) = 172+226+143=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE28F is #531D70. Grayscale: #C8C8C8. Windows color (decimal): -5447025 or 9429676. OLE color: 9429676.
HSL color Cylindrical-coordinate representation of color #ACE28F: hue angle of 99.04º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE28F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 143 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.11 |
| HSL | 99.04º | 0.59% | 0.72% | - |
| HSV(B) | 99.04º | 0.37% | 0.89% | - |
| XYZ | 49.17 | 65.15 | 35.97 | - |
| YUV | 200.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 143 | 0.24 | 0 | 0.37 | 0.11 | 99.04 | 0.59 | 0.72 |
| Hex | AC | E2 | 8F | 18 | 0 | 25 | B | 63 | 3B | 48 |
| Octal | 254 | 342 | 217 | 30 | 0 | 45 | 13 | 143 | 73 | 110 |
| Binary | 10101100 | 11100010 | 10001111 | 11000 | 0 | 100101 | 1011 | 1100011 | 111011 | 1001000 |
Color Harmonies of #ACE28F
Complementary color
Monochromatic Colors of #ACE28F
Black with #ACE28F
Text Example
Text Example
White with #ACE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE28F; }
p { color: rgb(172,226,143); }
H1.HeaderClassName
{
color: #ACE28F;
}
.AnyTagClassName
{
color: #ACE28F;
}
</style>
background-color css
<style>
a { background-color: #ACE28F; }
a { background-color: rgb(172,226,143); }
div.DivClassName
{
background-color: #ACE28F;
}
.BgClassName
{
background-color: #ACE28F;
}
</style>
border-color css
<style>
span { border-color: #ACE28F; }
span { border-color: rgb(172,226,143); }
td.TdClassName
{
border-color: #ACE28F;
}
.TagClassName
{
border-color: #ACE28F;
}
</style>