Shades of Feijoa #ACD680
Tints of Feijoa #ACD680
RGB
CMYK
RGB Variations
Color information
#ACD680 (or 0xACD680) is known color: Feijoa. HEX triplet: AC, D6 and 80. RGB value is (172,214,128). Sum of RGB (Red+Green+Blue) = 172+214+128=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD680 is #53297F. Grayscale: #BFBFBF. Windows color (decimal): -5450112 or 8443564. OLE color: 8443564.
HSL color Cylindrical-coordinate representation of color #ACD680: hue angle of 89.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD680 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 128 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.16 |
| HSL | 89.3º | 0.51% | 0.67% | - |
| HSV(B) | 89.3º | 0.4% | 0.84% | - |
| XYZ | 44.96 | 58.42 | 29.33 | - |
| YUV | 191.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 128 | 0.20 | 0 | 0.40 | 0.16 | 89.3 | 0.51 | 0.67 |
| Hex | AC | D6 | 80 | 14 | 0 | 28 | 10 | 59 | 33 | 43 |
| Octal | 254 | 326 | 200 | 24 | 0 | 50 | 20 | 131 | 63 | 103 |
| Binary | 10101100 | 11010110 | 10000000 | 10100 | 0 | 101000 | 10000 | 1011001 | 110011 | 1000011 |
Color Harmonies of #ACD680
Complementary color
Monochromatic Colors of #ACD680
Black with #ACD680
Text Example
Text Example
White with #ACD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD680; }
p { color: rgb(172,214,128); }
H1.HeaderClassName
{
color: #ACD680;
}
.AnyTagClassName
{
color: #ACD680;
}
</style>
background-color css
<style>
a { background-color: #ACD680; }
a { background-color: rgb(172,214,128); }
div.DivClassName
{
background-color: #ACD680;
}
.BgClassName
{
background-color: #ACD680;
}
</style>
border-color css
<style>
span { border-color: #ACD680; }
span { border-color: rgb(172,214,128); }
td.TdClassName
{
border-color: #ACD680;
}
.TagClassName
{
border-color: #ACD680;
}
</style>