Shades of Feijoa #ACDF8C
Tints of Feijoa #ACDF8C
RGB
CMYK
RGB Variations
Color information
#ACDF8C (or 0xACDF8C) is known color: Feijoa. HEX triplet: AC, DF and 8C. RGB value is (172,223,140). Sum of RGB (Red+Green+Blue) = 172+223+140=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF8C is #532073. Grayscale: #C6C6C6. Windows color (decimal): -5447796 or 9232300. OLE color: 9232300.
HSL color Cylindrical-coordinate representation of color #ACDF8C: hue angle of 96.87º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDF8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 140 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.13 |
| HSL | 96.87º | 0.56% | 0.71% | - |
| HSV(B) | 96.87º | 0.37% | 0.87% | - |
| XYZ | 48.13 | 63.44 | 34.52 | - |
| YUV | 198.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 140 | 0.23 | 0 | 0.37 | 0.13 | 96.87 | 0.56 | 0.71 |
| Hex | AC | DF | 8C | 17 | 0 | 25 | D | 61 | 38 | 47 |
| Octal | 254 | 337 | 214 | 27 | 0 | 45 | 15 | 141 | 70 | 107 |
| Binary | 10101100 | 11011111 | 10001100 | 10111 | 0 | 100101 | 1101 | 1100001 | 111000 | 1000111 |
Color Harmonies of #ACDF8C
Complementary color
Monochromatic Colors of #ACDF8C
Black with #ACDF8C
Text Example
Text Example
White with #ACDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF8C; }
p { color: rgb(172,223,140); }
H1.HeaderClassName
{
color: #ACDF8C;
}
.AnyTagClassName
{
color: #ACDF8C;
}
</style>
background-color css
<style>
a { background-color: #ACDF8C; }
a { background-color: rgb(172,223,140); }
div.DivClassName
{
background-color: #ACDF8C;
}
.BgClassName
{
background-color: #ACDF8C;
}
</style>
border-color css
<style>
span { border-color: #ACDF8C; }
span { border-color: rgb(172,223,140); }
td.TdClassName
{
border-color: #ACDF8C;
}
.TagClassName
{
border-color: #ACDF8C;
}
</style>