Shades of Feijoa #ACE280
Tints of Feijoa #ACE280
RGB
CMYK
RGB Variations
Color information
#ACE280 (or 0xACE280) is known color: Feijoa. HEX triplet: AC, E2 and 80. RGB value is (172,226,128). Sum of RGB (Red+Green+Blue) = 172+226+128=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE280 is #531D7F. Grayscale: #C7C7C7. Windows color (decimal): -5447040 or 8446636. OLE color: 8446636.
HSL color Cylindrical-coordinate representation of color #ACE280: hue angle of 93.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE280 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 128 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.11 |
| HSL | 93.06º | 0.63% | 0.69% | - |
| HSV(B) | 93.06º | 0.43% | 0.89% | - |
| XYZ | 48.11 | 64.72 | 30.38 | - |
| YUV | 198.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 128 | 0.24 | 0 | 0.43 | 0.11 | 93.06 | 0.63 | 0.69 |
| Hex | AC | E2 | 80 | 18 | 0 | 2B | B | 5D | 3F | 45 |
| Octal | 254 | 342 | 200 | 30 | 0 | 53 | 13 | 135 | 77 | 105 |
| Binary | 10101100 | 11100010 | 10000000 | 11000 | 0 | 101011 | 1011 | 1011101 | 111111 | 1000101 |
Color Harmonies of #ACE280
Complementary color
Monochromatic Colors of #ACE280
Black with #ACE280
Text Example
Text Example
White with #ACE280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE280; }
p { color: rgb(172,226,128); }
H1.HeaderClassName
{
color: #ACE280;
}
.AnyTagClassName
{
color: #ACE280;
}
</style>
background-color css
<style>
a { background-color: #ACE280; }
a { background-color: rgb(172,226,128); }
div.DivClassName
{
background-color: #ACE280;
}
.BgClassName
{
background-color: #ACE280;
}
</style>
border-color css
<style>
span { border-color: #ACE280; }
span { border-color: rgb(172,226,128); }
td.TdClassName
{
border-color: #ACE280;
}
.TagClassName
{
border-color: #ACE280;
}
</style>