Shades of Feijoa #ACD97F
Tints of Feijoa #ACD97F
RGB
CMYK
RGB Variations
Color information
#ACD97F (or 0xACD97F) is known color: Feijoa. HEX triplet: AC, D9 and 7F. RGB value is (172,217,127). Sum of RGB (Red+Green+Blue) = 172+217+127=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97F is #532680. Grayscale: #C1C1C1. Windows color (decimal): -5449345 or 8378796. OLE color: 8378796.
HSL color Cylindrical-coordinate representation of color #ACD97F: hue angle of 90º degrees, saturation: 0.54, 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 #ACD97F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 127 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90º | 0.54% | 0.67% | - |
| HSV(B) | 90º | 0.41% | 0.85% | - |
| XYZ | 45.66 | 59.93 | 29.24 | - |
| YUV | 193.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 127 | 0.21 | 0 | 0.41 | 0.15 | 90 | 0.54 | 0.67 |
| Hex | AC | D9 | 7F | 15 | 0 | 29 | F | 5A | 36 | 43 |
| Octal | 254 | 331 | 177 | 25 | 0 | 51 | 17 | 132 | 66 | 103 |
| Binary | 10101100 | 11011001 | 1111111 | 10101 | 0 | 101001 | 1111 | 1011010 | 110110 | 1000011 |
Color Harmonies of #ACD97F
Complementary color
Monochromatic Colors of #ACD97F
Black with #ACD97F
Text Example
Text Example
White with #ACD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD97F; }
p { color: rgb(172,217,127); }
H1.HeaderClassName
{
color: #ACD97F;
}
.AnyTagClassName
{
color: #ACD97F;
}
</style>
background-color css
<style>
a { background-color: #ACD97F; }
a { background-color: rgb(172,217,127); }
div.DivClassName
{
background-color: #ACD97F;
}
.BgClassName
{
background-color: #ACD97F;
}
</style>
border-color css
<style>
span { border-color: #ACD97F; }
span { border-color: rgb(172,217,127); }
td.TdClassName
{
border-color: #ACD97F;
}
.TagClassName
{
border-color: #ACD97F;
}
</style>