Shades of Feijoa #ACDF7C
Tints of Feijoa #ACDF7C
RGB
CMYK
RGB Variations
Color information
#ACDF7C (or 0xACDF7C) is known color: Feijoa. HEX triplet: AC, DF and 7C. RGB value is (172,223,124). Sum of RGB (Red+Green+Blue) = 172+223+124=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF7C is #532083. Grayscale: #C4C4C4. Windows color (decimal): -5447812 or 8183724. OLE color: 8183724.
HSL color Cylindrical-coordinate representation of color #ACDF7C: hue angle of 90.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACDF7C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 124 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.13 |
| HSL | 90.91º | 0.61% | 0.68% | - |
| HSV(B) | 90.91º | 0.44% | 0.87% | - |
| XYZ | 47.04 | 63 | 28.75 | - |
| YUV | 196.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 124 | 0.23 | 0 | 0.44 | 0.13 | 90.91 | 0.61 | 0.68 |
| Hex | AC | DF | 7C | 17 | 0 | 2C | D | 5B | 3D | 44 |
| Octal | 254 | 337 | 174 | 27 | 0 | 54 | 15 | 133 | 75 | 104 |
| Binary | 10101100 | 11011111 | 1111100 | 10111 | 0 | 101100 | 1101 | 1011011 | 111101 | 1000100 |
Color Harmonies of #ACDF7C
Complementary color
Monochromatic Colors of #ACDF7C
Black with #ACDF7C
Text Example
Text Example
White with #ACDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF7C; }
p { color: rgb(172,223,124); }
H1.HeaderClassName
{
color: #ACDF7C;
}
.AnyTagClassName
{
color: #ACDF7C;
}
</style>
background-color css
<style>
a { background-color: #ACDF7C; }
a { background-color: rgb(172,223,124); }
div.DivClassName
{
background-color: #ACDF7C;
}
.BgClassName
{
background-color: #ACDF7C;
}
</style>
border-color css
<style>
span { border-color: #ACDF7C; }
span { border-color: rgb(172,223,124); }
td.TdClassName
{
border-color: #ACDF7C;
}
.TagClassName
{
border-color: #ACDF7C;
}
</style>