Shades of Feijoa #ACD87F
Tints of Feijoa #ACD87F
RGB
CMYK
RGB Variations
Color information
#ACD87F (or 0xACD87F) is known color: Feijoa. HEX triplet: AC, D8 and 7F. RGB value is (172,216,127). Sum of RGB (Red+Green+Blue) = 172+216+127=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87F is #532780. Grayscale: #C1C1C1. Windows color (decimal): -5449601 or 8378540. OLE color: 8378540.
HSL color Cylindrical-coordinate representation of color #ACD87F: hue angle of 89.66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD87F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 127 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 89.66º | 0.53% | 0.67% | - |
| HSV(B) | 89.66º | 0.41% | 0.85% | - |
| XYZ | 45.4 | 59.41 | 29.15 | - |
| YUV | 192.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 127 | 0.20 | 0 | 0.41 | 0.15 | 89.66 | 0.53 | 0.67 |
| Hex | AC | D8 | 7F | 14 | 0 | 29 | F | 5A | 35 | 43 |
| Octal | 254 | 330 | 177 | 24 | 0 | 51 | 17 | 132 | 65 | 103 |
| Binary | 10101100 | 11011000 | 1111111 | 10100 | 0 | 101001 | 1111 | 1011010 | 110101 | 1000011 |
Color Harmonies of #ACD87F
Complementary color
Monochromatic Colors of #ACD87F
Black with #ACD87F
Text Example
Text Example
White with #ACD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD87F; }
p { color: rgb(172,216,127); }
H1.HeaderClassName
{
color: #ACD87F;
}
.AnyTagClassName
{
color: #ACD87F;
}
</style>
background-color css
<style>
a { background-color: #ACD87F; }
a { background-color: rgb(172,216,127); }
div.DivClassName
{
background-color: #ACD87F;
}
.BgClassName
{
background-color: #ACD87F;
}
</style>
border-color css
<style>
span { border-color: #ACD87F; }
span { border-color: rgb(172,216,127); }
td.TdClassName
{
border-color: #ACD87F;
}
.TagClassName
{
border-color: #ACD87F;
}
</style>