Shades of Feijoa #ACD77A
Tints of Feijoa #ACD77A
RGB
CMYK
RGB Variations
Color information
#ACD77A (or 0xACD77A) is known color: Feijoa. HEX triplet: AC, D7 and 7A. RGB value is (172,215,122). Sum of RGB (Red+Green+Blue) = 172+215+122=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD77A is #532885. Grayscale: #BFBFBF. Windows color (decimal): -5449862 or 8050604. OLE color: 8050604.
HSL color Cylindrical-coordinate representation of color #ACD77A: hue angle of 87.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACD77A is Cyan = 0.2, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 122 | - |
| CMYK | 0.2 | 0 | 0.43 | 0.16 |
| HSL | 87.74º | 0.54% | 0.66% | - |
| HSV(B) | 87.74º | 0.43% | 0.84% | - |
| XYZ | 44.83 | 58.78 | 27.39 | - |
| YUV | 191.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 122 | 0.2 | 0 | 0.43 | 0.16 | 87.74 | 0.54 | 0.66 |
| Hex | AC | D7 | 7A | 14 | 0 | 2B | 10 | 58 | 36 | 42 |
| Octal | 254 | 327 | 172 | 24 | 0 | 53 | 20 | 130 | 66 | 102 |
| Binary | 10101100 | 11010111 | 1111010 | 10100 | 0 | 101011 | 10000 | 1011000 | 110110 | 1000010 |
Color Harmonies of #ACD77A
Complementary color
Monochromatic Colors of #ACD77A
Black with #ACD77A
Text Example
Text Example
White with #ACD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD77A; }
p { color: rgb(172,215,122); }
H1.HeaderClassName
{
color: #ACD77A;
}
.AnyTagClassName
{
color: #ACD77A;
}
</style>
background-color css
<style>
a { background-color: #ACD77A; }
a { background-color: rgb(172,215,122); }
div.DivClassName
{
background-color: #ACD77A;
}
.BgClassName
{
background-color: #ACD77A;
}
</style>
border-color css
<style>
span { border-color: #ACD77A; }
span { border-color: rgb(172,215,122); }
td.TdClassName
{
border-color: #ACD77A;
}
.TagClassName
{
border-color: #ACD77A;
}
</style>