Shades of Feijoa #ACDC96
Tints of Feijoa #ACDC96
RGB
CMYK
RGB Variations
Color information
#ACDC96 (or 0xACDC96) is known color: Feijoa. HEX triplet: AC, DC and 96. RGB value is (172,220,150). Sum of RGB (Red+Green+Blue) = 172+220+150=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC96 is #532369. Grayscale: #C5C5C5. Windows color (decimal): -5448554 or 9886892. OLE color: 9886892.
HSL color Cylindrical-coordinate representation of color #ACDC96: hue angle of 101.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDC96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 150 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.14 |
| HSL | 101.14º | 0.5% | 0.73% | - |
| HSV(B) | 101.14º | 0.32% | 0.86% | - |
| XYZ | 48.11 | 62.16 | 38.32 | - |
| YUV | 197.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 150 | 0.22 | 0 | 0.32 | 0.14 | 101.14 | 0.5 | 0.73 |
| Hex | AC | DC | 96 | 16 | 0 | 20 | E | 65 | 32 | 49 |
| Octal | 254 | 334 | 226 | 26 | 0 | 40 | 16 | 145 | 62 | 111 |
| Binary | 10101100 | 11011100 | 10010110 | 10110 | 0 | 100000 | 1110 | 1100101 | 110010 | 1001001 |
Color Harmonies of #ACDC96
Complementary color
Monochromatic Colors of #ACDC96
Black with #ACDC96
Text Example
Text Example
White with #ACDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC96; }
p { color: rgb(172,220,150); }
H1.HeaderClassName
{
color: #ACDC96;
}
.AnyTagClassName
{
color: #ACDC96;
}
</style>
background-color css
<style>
a { background-color: #ACDC96; }
a { background-color: rgb(172,220,150); }
div.DivClassName
{
background-color: #ACDC96;
}
.BgClassName
{
background-color: #ACDC96;
}
</style>
border-color css
<style>
span { border-color: #ACDC96; }
span { border-color: rgb(172,220,150); }
td.TdClassName
{
border-color: #ACDC96;
}
.TagClassName
{
border-color: #ACDC96;
}
</style>