Shades of Feijoa #ACD97C
Tints of Feijoa #ACD97C
RGB
CMYK
RGB Variations
Color information
#ACD97C (or 0xACD97C) is known color: Feijoa. HEX triplet: AC, D9 and 7C. RGB value is (172,217,124). Sum of RGB (Red+Green+Blue) = 172+217+124=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97C is #532683. Grayscale: #C1C1C1. Windows color (decimal): -5449348 or 8182188. OLE color: 8182188.
HSL color Cylindrical-coordinate representation of color #ACD97C: hue angle of 89.03º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD97C is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 124 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.15 |
| HSL | 89.03º | 0.55% | 0.67% | - |
| HSV(B) | 89.03º | 0.43% | 0.85% | - |
| XYZ | 45.46 | 59.85 | 28.23 | - |
| YUV | 192.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 124 | 0.21 | 0 | 0.43 | 0.15 | 89.03 | 0.55 | 0.67 |
| Hex | AC | D9 | 7C | 15 | 0 | 2B | F | 59 | 37 | 43 |
| Octal | 254 | 331 | 174 | 25 | 0 | 53 | 17 | 131 | 67 | 103 |
| Binary | 10101100 | 11011001 | 1111100 | 10101 | 0 | 101011 | 1111 | 1011001 | 110111 | 1000011 |
Color Harmonies of #ACD97C
Complementary color
Monochromatic Colors of #ACD97C
Black with #ACD97C
Text Example
Text Example
White with #ACD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD97C; }
p { color: rgb(172,217,124); }
H1.HeaderClassName
{
color: #ACD97C;
}
.AnyTagClassName
{
color: #ACD97C;
}
</style>
background-color css
<style>
a { background-color: #ACD97C; }
a { background-color: rgb(172,217,124); }
div.DivClassName
{
background-color: #ACD97C;
}
.BgClassName
{
background-color: #ACD97C;
}
</style>
border-color css
<style>
span { border-color: #ACD97C; }
span { border-color: rgb(172,217,124); }
td.TdClassName
{
border-color: #ACD97C;
}
.TagClassName
{
border-color: #ACD97C;
}
</style>