Shades of Feijoa #ACE680
Tints of Feijoa #ACE680
RGB
CMYK
RGB Variations
Color information
#ACE680 (or 0xACE680) is known color: Feijoa. HEX triplet: AC, E6 and 80. RGB value is (172,230,128). Sum of RGB (Red+Green+Blue) = 172+230+128=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE680 is #53197F. Grayscale: #C9C9C9. Windows color (decimal): -5446016 or 8447660. OLE color: 8447660.
HSL color Cylindrical-coordinate representation of color #ACE680: hue angle of 94.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE680 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 128 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.10 |
| HSL | 94.12º | 0.67% | 0.7% | - |
| HSV(B) | 94.12º | 0.44% | 0.9% | - |
| XYZ | 49.21 | 66.92 | 30.75 | - |
| YUV | 201.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 128 | 0.25 | 0 | 0.44 | 0.10 | 94.12 | 0.67 | 0.7 |
| Hex | AC | E6 | 80 | 19 | 0 | 2C | A | 5E | 43 | 46 |
| Octal | 254 | 346 | 200 | 31 | 0 | 54 | 12 | 136 | 103 | 106 |
| Binary | 10101100 | 11100110 | 10000000 | 11001 | 0 | 101100 | 1010 | 1011110 | 1000011 | 1000110 |
Color Harmonies of #ACE680
Complementary color
Monochromatic Colors of #ACE680
Black with #ACE680
Text Example
Text Example
White with #ACE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE680; }
p { color: rgb(172,230,128); }
H1.HeaderClassName
{
color: #ACE680;
}
.AnyTagClassName
{
color: #ACE680;
}
</style>
background-color css
<style>
a { background-color: #ACE680; }
a { background-color: rgb(172,230,128); }
div.DivClassName
{
background-color: #ACE680;
}
.BgClassName
{
background-color: #ACE680;
}
</style>
border-color css
<style>
span { border-color: #ACE680; }
span { border-color: rgb(172,230,128); }
td.TdClassName
{
border-color: #ACE680;
}
.TagClassName
{
border-color: #ACE680;
}
</style>