Shades of Feijoa #ACDA80
Tints of Feijoa #ACDA80
RGB
CMYK
RGB Variations
Color information
#ACDA80 (or 0xACDA80) is known color: Feijoa. HEX triplet: AC, DA and 80. RGB value is (172,218,128). Sum of RGB (Red+Green+Blue) = 172+218+128=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA80 is #53257F. Grayscale: #C2C2C2. Windows color (decimal): -5449088 or 8444588. OLE color: 8444588.
HSL color Cylindrical-coordinate representation of color #ACDA80: hue angle of 90.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDA80 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 128 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90.67º | 0.55% | 0.68% | - |
| HSV(B) | 90.67º | 0.41% | 0.85% | - |
| XYZ | 45.98 | 60.47 | 29.67 | - |
| YUV | 193.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 128 | 0.21 | 0 | 0.41 | 0.15 | 90.67 | 0.55 | 0.68 |
| Hex | AC | DA | 80 | 15 | 0 | 29 | F | 5B | 37 | 44 |
| Octal | 254 | 332 | 200 | 25 | 0 | 51 | 17 | 133 | 67 | 104 |
| Binary | 10101100 | 11011010 | 10000000 | 10101 | 0 | 101001 | 1111 | 1011011 | 110111 | 1000100 |
Color Harmonies of #ACDA80
Complementary color
Monochromatic Colors of #ACDA80
Black with #ACDA80
Text Example
Text Example
White with #ACDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA80; }
p { color: rgb(172,218,128); }
H1.HeaderClassName
{
color: #ACDA80;
}
.AnyTagClassName
{
color: #ACDA80;
}
</style>
background-color css
<style>
a { background-color: #ACDA80; }
a { background-color: rgb(172,218,128); }
div.DivClassName
{
background-color: #ACDA80;
}
.BgClassName
{
background-color: #ACDA80;
}
</style>
border-color css
<style>
span { border-color: #ACDA80; }
span { border-color: rgb(172,218,128); }
td.TdClassName
{
border-color: #ACDA80;
}
.TagClassName
{
border-color: #ACDA80;
}
</style>