Shades of Feijoa #ACD280
Tints of Feijoa #ACD280
RGB
CMYK
RGB Variations
Color information
#ACD280 (or 0xACD280) is known color: Feijoa. HEX triplet: AC, D2 and 80. RGB value is (172,210,128). Sum of RGB (Red+Green+Blue) = 172+210+128=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD280 is #532D7F. Grayscale: #BDBDBD. Windows color (decimal): -5451136 or 8442540. OLE color: 8442540.
HSL color Cylindrical-coordinate representation of color #ACD280: hue angle of 87.8º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD280 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 128 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.18 |
| HSL | 87.8º | 0.48% | 0.66% | - |
| HSV(B) | 87.8º | 0.39% | 0.82% | - |
| XYZ | 43.96 | 56.42 | 29 | - |
| YUV | 189.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 128 | 0.18 | 0 | 0.39 | 0.18 | 87.8 | 0.48 | 0.66 |
| Hex | AC | D2 | 80 | 12 | 0 | 27 | 12 | 58 | 30 | 42 |
| Octal | 254 | 322 | 200 | 22 | 0 | 47 | 22 | 130 | 60 | 102 |
| Binary | 10101100 | 11010010 | 10000000 | 10010 | 0 | 100111 | 10010 | 1011000 | 110000 | 1000010 |
Color Harmonies of #ACD280
Complementary color
Monochromatic Colors of #ACD280
Black with #ACD280
Text Example
Text Example
White with #ACD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD280; }
p { color: rgb(172,210,128); }
H1.HeaderClassName
{
color: #ACD280;
}
.AnyTagClassName
{
color: #ACD280;
}
</style>
background-color css
<style>
a { background-color: #ACD280; }
a { background-color: rgb(172,210,128); }
div.DivClassName
{
background-color: #ACD280;
}
.BgClassName
{
background-color: #ACD280;
}
</style>
border-color css
<style>
span { border-color: #ACD280; }
span { border-color: rgb(172,210,128); }
td.TdClassName
{
border-color: #ACD280;
}
.TagClassName
{
border-color: #ACD280;
}
</style>