Shades of Feijoa #ACDF84
Tints of Feijoa #ACDF84
RGB
CMYK
RGB Variations
Color information
#ACDF84 (or 0xACDF84) is known color: Feijoa. HEX triplet: AC, DF and 84. RGB value is (172,223,132). Sum of RGB (Red+Green+Blue) = 172+223+132=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF84 is #53207B. Grayscale: #C5C5C5. Windows color (decimal): -5447804 or 8708012. OLE color: 8708012.
HSL color Cylindrical-coordinate representation of color #ACDF84: hue angle of 93.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDF84 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 132 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.13 |
| HSL | 93.63º | 0.59% | 0.7% | - |
| HSV(B) | 93.63º | 0.41% | 0.87% | - |
| XYZ | 47.57 | 63.21 | 31.52 | - |
| YUV | 197.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 132 | 0.23 | 0 | 0.41 | 0.13 | 93.63 | 0.59 | 0.7 |
| Hex | AC | DF | 84 | 17 | 0 | 29 | D | 5E | 3B | 46 |
| Octal | 254 | 337 | 204 | 27 | 0 | 51 | 15 | 136 | 73 | 106 |
| Binary | 10101100 | 11011111 | 10000100 | 10111 | 0 | 101001 | 1101 | 1011110 | 111011 | 1000110 |
Color Harmonies of #ACDF84
Complementary color
Monochromatic Colors of #ACDF84
Black with #ACDF84
Text Example
Text Example
White with #ACDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF84; }
p { color: rgb(172,223,132); }
H1.HeaderClassName
{
color: #ACDF84;
}
.AnyTagClassName
{
color: #ACDF84;
}
</style>
background-color css
<style>
a { background-color: #ACDF84; }
a { background-color: rgb(172,223,132); }
div.DivClassName
{
background-color: #ACDF84;
}
.BgClassName
{
background-color: #ACDF84;
}
</style>
border-color css
<style>
span { border-color: #ACDF84; }
span { border-color: rgb(172,223,132); }
td.TdClassName
{
border-color: #ACDF84;
}
.TagClassName
{
border-color: #ACDF84;
}
</style>