Shades of Feijoa #ACD76E
Tints of Feijoa #ACD76E
RGB
CMYK
RGB Variations
Color information
#ACD76E (or 0xACD76E) is known color: Feijoa. HEX triplet: AC, D7 and 6E. RGB value is (172,215,110). Sum of RGB (Red+Green+Blue) = 172+215+110=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD76E is #532891. Grayscale: #BEBEBE. Windows color (decimal): -5449874 or 7264172. OLE color: 7264172.
HSL color Cylindrical-coordinate representation of color #ACD76E: hue angle of 84.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD76E is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 110 | - |
| CMYK | 0.2 | 0 | 0.49 | 0.16 |
| HSL | 84.57º | 0.57% | 0.64% | - |
| HSV(B) | 84.57º | 0.49% | 0.84% | - |
| XYZ | 44.13 | 58.5 | 23.72 | - |
| YUV | 190.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 110 | 0.2 | 0 | 0.49 | 0.16 | 84.57 | 0.57 | 0.64 |
| Hex | AC | D7 | 6E | 14 | 0 | 31 | 10 | 55 | 39 | 40 |
| Octal | 254 | 327 | 156 | 24 | 0 | 61 | 20 | 125 | 71 | 100 |
| Binary | 10101100 | 11010111 | 1101110 | 10100 | 0 | 110001 | 10000 | 1010101 | 111001 | 1000000 |
Color Harmonies of #ACD76E
Complementary color
Monochromatic Colors of #ACD76E
Black with #ACD76E
Text Example
Text Example
White with #ACD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD76E; }
p { color: rgb(172,215,110); }
H1.HeaderClassName
{
color: #ACD76E;
}
.AnyTagClassName
{
color: #ACD76E;
}
</style>
background-color css
<style>
a { background-color: #ACD76E; }
a { background-color: rgb(172,215,110); }
div.DivClassName
{
background-color: #ACD76E;
}
.BgClassName
{
background-color: #ACD76E;
}
</style>
border-color css
<style>
span { border-color: #ACD76E; }
span { border-color: rgb(172,215,110); }
td.TdClassName
{
border-color: #ACD76E;
}
.TagClassName
{
border-color: #ACD76E;
}
</style>