Shades of Feijoa #ACD080
Tints of Feijoa #ACD080
RGB
CMYK
RGB Variations
Color information
#ACD080 (or 0xACD080) is known color: Feijoa. HEX triplet: AC, D0 and 80. RGB value is (172,208,128). Sum of RGB (Red+Green+Blue) = 172+208+128=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD080 is #532F7F. Grayscale: #BCBCBC. Windows color (decimal): -5451648 or 8442028. OLE color: 8442028.
HSL color Cylindrical-coordinate representation of color #ACD080: hue angle of 87º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD080 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 128 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.18 |
| HSL | 87º | 0.46% | 0.66% | - |
| HSV(B) | 87º | 0.38% | 0.82% | - |
| XYZ | 43.47 | 55.44 | 28.83 | - |
| YUV | 188.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 128 | 0.17 | 0 | 0.38 | 0.18 | 87 | 0.46 | 0.66 |
| Hex | AC | D0 | 80 | 11 | 0 | 26 | 12 | 57 | 2E | 42 |
| Octal | 254 | 320 | 200 | 21 | 0 | 46 | 22 | 127 | 56 | 102 |
| Binary | 10101100 | 11010000 | 10000000 | 10001 | 0 | 100110 | 10010 | 1010111 | 101110 | 1000010 |
Color Harmonies of #ACD080
Complementary color
Monochromatic Colors of #ACD080
Black with #ACD080
Text Example
Text Example
White with #ACD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD080; }
p { color: rgb(172,208,128); }
H1.HeaderClassName
{
color: #ACD080;
}
.AnyTagClassName
{
color: #ACD080;
}
</style>
background-color css
<style>
a { background-color: #ACD080; }
a { background-color: rgb(172,208,128); }
div.DivClassName
{
background-color: #ACD080;
}
.BgClassName
{
background-color: #ACD080;
}
</style>
border-color css
<style>
span { border-color: #ACD080; }
span { border-color: rgb(172,208,128); }
td.TdClassName
{
border-color: #ACD080;
}
.TagClassName
{
border-color: #ACD080;
}
</style>