Shades of Feijoa #ACD77C
Tints of Feijoa #ACD77C
RGB
CMYK
RGB Variations
Color information
#ACD77C (or 0xACD77C) is known color: Feijoa. HEX triplet: AC, D7 and 7C. RGB value is (172,215,124). Sum of RGB (Red+Green+Blue) = 172+215+124=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD77C is #532883. Grayscale: #C0C0C0. Windows color (decimal): -5449860 or 8181676. OLE color: 8181676.
HSL color Cylindrical-coordinate representation of color #ACD77C: hue angle of 88.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD77C is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 124 | - |
| CMYK | 0.2 | 0 | 0.42 | 0.16 |
| HSL | 88.35º | 0.53% | 0.66% | - |
| HSV(B) | 88.35º | 0.42% | 0.84% | - |
| XYZ | 44.95 | 58.83 | 28.05 | - |
| YUV | 191.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 124 | 0.2 | 0 | 0.42 | 0.16 | 88.35 | 0.53 | 0.66 |
| Hex | AC | D7 | 7C | 14 | 0 | 2A | 10 | 58 | 35 | 42 |
| Octal | 254 | 327 | 174 | 24 | 0 | 52 | 20 | 130 | 65 | 102 |
| Binary | 10101100 | 11010111 | 1111100 | 10100 | 0 | 101010 | 10000 | 1011000 | 110101 | 1000010 |
Color Harmonies of #ACD77C
Complementary color
Monochromatic Colors of #ACD77C
Black with #ACD77C
Text Example
Text Example
White with #ACD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD77C; }
p { color: rgb(172,215,124); }
H1.HeaderClassName
{
color: #ACD77C;
}
.AnyTagClassName
{
color: #ACD77C;
}
</style>
background-color css
<style>
a { background-color: #ACD77C; }
a { background-color: rgb(172,215,124); }
div.DivClassName
{
background-color: #ACD77C;
}
.BgClassName
{
background-color: #ACD77C;
}
</style>
border-color css
<style>
span { border-color: #ACD77C; }
span { border-color: rgb(172,215,124); }
td.TdClassName
{
border-color: #ACD77C;
}
.TagClassName
{
border-color: #ACD77C;
}
</style>