Shades of Feijoa #ACD87E
Tints of Feijoa #ACD87E
RGB
CMYK
RGB Variations
Color information
#ACD87E (or 0xACD87E) is known color: Feijoa. HEX triplet: AC, D8 and 7E. RGB value is (172,216,126). Sum of RGB (Red+Green+Blue) = 172+216+126=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87E is #532781. Grayscale: #C0C0C0. Windows color (decimal): -5449602 or 8313004. OLE color: 8313004.
HSL color Cylindrical-coordinate representation of color #ACD87E: hue angle of 89.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD87E is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 126 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.15 |
| HSL | 89.33º | 0.54% | 0.67% | - |
| HSV(B) | 89.33º | 0.42% | 0.85% | - |
| XYZ | 45.34 | 59.39 | 28.81 | - |
| YUV | 192.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 126 | 0.20 | 0 | 0.42 | 0.15 | 89.33 | 0.54 | 0.67 |
| Hex | AC | D8 | 7E | 14 | 0 | 2A | F | 59 | 36 | 43 |
| Octal | 254 | 330 | 176 | 24 | 0 | 52 | 17 | 131 | 66 | 103 |
| Binary | 10101100 | 11011000 | 1111110 | 10100 | 0 | 101010 | 1111 | 1011001 | 110110 | 1000011 |
Color Harmonies of #ACD87E
Complementary color
Monochromatic Colors of #ACD87E
Black with #ACD87E
Text Example
Text Example
White with #ACD87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD87E; }
p { color: rgb(172,216,126); }
H1.HeaderClassName
{
color: #ACD87E;
}
.AnyTagClassName
{
color: #ACD87E;
}
</style>
background-color css
<style>
a { background-color: #ACD87E; }
a { background-color: rgb(172,216,126); }
div.DivClassName
{
background-color: #ACD87E;
}
.BgClassName
{
background-color: #ACD87E;
}
</style>
border-color css
<style>
span { border-color: #ACD87E; }
span { border-color: rgb(172,216,126); }
td.TdClassName
{
border-color: #ACD87E;
}
.TagClassName
{
border-color: #ACD87E;
}
</style>