Shades of Feijoa #ACDA77
Tints of Feijoa #ACDA77
RGB
CMYK
RGB Variations
Color information
#ACDA77 (or 0xACDA77) is known color: Feijoa. HEX triplet: AC, DA and 77. RGB value is (172,218,119). Sum of RGB (Red+Green+Blue) = 172+218+119=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA77 is #532588. Grayscale: #C1C1C1. Windows color (decimal): -5449097 or 7854764. OLE color: 7854764.
HSL color Cylindrical-coordinate representation of color #ACDA77: hue angle of 87.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACDA77 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 119 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.15 |
| HSL | 87.88º | 0.57% | 0.66% | - |
| HSV(B) | 87.88º | 0.45% | 0.85% | - |
| XYZ | 45.41 | 60.25 | 26.69 | - |
| YUV | 192.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 119 | 0.21 | 0 | 0.45 | 0.15 | 87.88 | 0.57 | 0.66 |
| Hex | AC | DA | 77 | 15 | 0 | 2D | F | 58 | 39 | 42 |
| Octal | 254 | 332 | 167 | 25 | 0 | 55 | 17 | 130 | 71 | 102 |
| Binary | 10101100 | 11011010 | 1110111 | 10101 | 0 | 101101 | 1111 | 1011000 | 111001 | 1000010 |
Color Harmonies of #ACDA77
Complementary color
Monochromatic Colors of #ACDA77
Black with #ACDA77
Text Example
Text Example
White with #ACDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA77; }
p { color: rgb(172,218,119); }
H1.HeaderClassName
{
color: #ACDA77;
}
.AnyTagClassName
{
color: #ACDA77;
}
</style>
background-color css
<style>
a { background-color: #ACDA77; }
a { background-color: rgb(172,218,119); }
div.DivClassName
{
background-color: #ACDA77;
}
.BgClassName
{
background-color: #ACDA77;
}
</style>
border-color css
<style>
span { border-color: #ACDA77; }
span { border-color: rgb(172,218,119); }
td.TdClassName
{
border-color: #ACDA77;
}
.TagClassName
{
border-color: #ACDA77;
}
</style>