Shades of Feijoa #ACD87A
Tints of Feijoa #ACD87A
RGB
CMYK
RGB Variations
Color information
#ACD87A (or 0xACD87A) is known color: Feijoa. HEX triplet: AC, D8 and 7A. RGB value is (172,216,122). Sum of RGB (Red+Green+Blue) = 172+216+122=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87A is #532785. Grayscale: #C0C0C0. Windows color (decimal): -5449606 or 8050860. OLE color: 8050860.
HSL color Cylindrical-coordinate representation of color #ACD87A: hue angle of 88.09º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACD87A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 122 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.15 |
| HSL | 88.09º | 0.55% | 0.66% | - |
| HSV(B) | 88.09º | 0.44% | 0.85% | - |
| XYZ | 45.08 | 59.29 | 27.48 | - |
| YUV | 192.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 122 | 0.20 | 0 | 0.44 | 0.15 | 88.09 | 0.55 | 0.66 |
| Hex | AC | D8 | 7A | 14 | 0 | 2C | F | 58 | 37 | 42 |
| Octal | 254 | 330 | 172 | 24 | 0 | 54 | 17 | 130 | 67 | 102 |
| Binary | 10101100 | 11011000 | 1111010 | 10100 | 0 | 101100 | 1111 | 1011000 | 110111 | 1000010 |
Color Harmonies of #ACD87A
Complementary color
Monochromatic Colors of #ACD87A
Black with #ACD87A
Text Example
Text Example
White with #ACD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD87A; }
p { color: rgb(172,216,122); }
H1.HeaderClassName
{
color: #ACD87A;
}
.AnyTagClassName
{
color: #ACD87A;
}
</style>
background-color css
<style>
a { background-color: #ACD87A; }
a { background-color: rgb(172,216,122); }
div.DivClassName
{
background-color: #ACD87A;
}
.BgClassName
{
background-color: #ACD87A;
}
</style>
border-color css
<style>
span { border-color: #ACD87A; }
span { border-color: rgb(172,216,122); }
td.TdClassName
{
border-color: #ACD87A;
}
.TagClassName
{
border-color: #ACD87A;
}
</style>