Shades of Feijoa #ACD96F
Tints of Feijoa #ACD96F
RGB
CMYK
RGB Variations
Color information
#ACD96F (or 0xACD96F) is known color: Feijoa. HEX triplet: AC, D9 and 6F. RGB value is (172,217,111). Sum of RGB (Red+Green+Blue) = 172+217+111=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD96F is #532690. Grayscale: #BFBFBF. Windows color (decimal): -5449361 or 7330220. OLE color: 7330220.
HSL color Cylindrical-coordinate representation of color #ACD96F: hue angle of 85.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD96F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 111 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.15 |
| HSL | 85.47º | 0.58% | 0.64% | - |
| HSV(B) | 85.47º | 0.49% | 0.85% | - |
| XYZ | 44.7 | 59.54 | 24.18 | - |
| YUV | 191.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 111 | 0.21 | 0 | 0.49 | 0.15 | 85.47 | 0.58 | 0.64 |
| Hex | AC | D9 | 6F | 15 | 0 | 31 | F | 55 | 3A | 40 |
| Octal | 254 | 331 | 157 | 25 | 0 | 61 | 17 | 125 | 72 | 100 |
| Binary | 10101100 | 11011001 | 1101111 | 10101 | 0 | 110001 | 1111 | 1010101 | 111010 | 1000000 |
Color Harmonies of #ACD96F
Complementary color
Monochromatic Colors of #ACD96F
Black with #ACD96F
Text Example
Text Example
White with #ACD96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD96F; }
p { color: rgb(172,217,111); }
H1.HeaderClassName
{
color: #ACD96F;
}
.AnyTagClassName
{
color: #ACD96F;
}
</style>
background-color css
<style>
a { background-color: #ACD96F; }
a { background-color: rgb(172,217,111); }
div.DivClassName
{
background-color: #ACD96F;
}
.BgClassName
{
background-color: #ACD96F;
}
</style>
border-color css
<style>
span { border-color: #ACD96F; }
span { border-color: rgb(172,217,111); }
td.TdClassName
{
border-color: #ACD96F;
}
.TagClassName
{
border-color: #ACD96F;
}
</style>