Shades of Feijoa #ACD97E
Tints of Feijoa #ACD97E
RGB
CMYK
RGB Variations
Color information
#ACD97E (or 0xACD97E) is known color: Feijoa. HEX triplet: AC, D9 and 7E. RGB value is (172,217,126). Sum of RGB (Red+Green+Blue) = 172+217+126=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97E is #532681. Grayscale: #C1C1C1. Windows color (decimal): -5449346 or 8313260. OLE color: 8313260.
HSL color Cylindrical-coordinate representation of color #ACD97E: hue angle of 89.67º 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 #ACD97E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 126 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.15 |
| HSL | 89.67º | 0.54% | 0.67% | - |
| HSV(B) | 89.67º | 0.42% | 0.85% | - |
| XYZ | 45.59 | 59.9 | 28.9 | - |
| YUV | 193.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 126 | 0.21 | 0 | 0.42 | 0.15 | 89.67 | 0.54 | 0.67 |
| Hex | AC | D9 | 7E | 15 | 0 | 2A | F | 5A | 36 | 43 |
| Octal | 254 | 331 | 176 | 25 | 0 | 52 | 17 | 132 | 66 | 103 |
| Binary | 10101100 | 11011001 | 1111110 | 10101 | 0 | 101010 | 1111 | 1011010 | 110110 | 1000011 |
Color Harmonies of #ACD97E
Complementary color
Monochromatic Colors of #ACD97E
Black with #ACD97E
Text Example
Text Example
White with #ACD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD97E; }
p { color: rgb(172,217,126); }
H1.HeaderClassName
{
color: #ACD97E;
}
.AnyTagClassName
{
color: #ACD97E;
}
</style>
background-color css
<style>
a { background-color: #ACD97E; }
a { background-color: rgb(172,217,126); }
div.DivClassName
{
background-color: #ACD97E;
}
.BgClassName
{
background-color: #ACD97E;
}
</style>
border-color css
<style>
span { border-color: #ACD97E; }
span { border-color: rgb(172,217,126); }
td.TdClassName
{
border-color: #ACD97E;
}
.TagClassName
{
border-color: #ACD97E;
}
</style>