Shades of Feijoa #ACDC80
Tints of Feijoa #ACDC80
RGB
CMYK
RGB Variations
Color information
#ACDC80 (or 0xACDC80) is known color: Feijoa. HEX triplet: AC, DC and 80. RGB value is (172,220,128). Sum of RGB (Red+Green+Blue) = 172+220+128=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC80 is #53237F. Grayscale: #C3C3C3. Windows color (decimal): -5448576 or 8445100. OLE color: 8445100.
HSL color Cylindrical-coordinate representation of color #ACDC80: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACDC80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 128 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.14 |
| HSL | 91.3º | 0.57% | 0.68% | - |
| HSV(B) | 91.3º | 0.42% | 0.86% | - |
| XYZ | 46.5 | 61.52 | 29.84 | - |
| YUV | 195.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 128 | 0.22 | 0 | 0.42 | 0.14 | 91.3 | 0.57 | 0.68 |
| Hex | AC | DC | 80 | 16 | 0 | 2A | E | 5B | 39 | 44 |
| Octal | 254 | 334 | 200 | 26 | 0 | 52 | 16 | 133 | 71 | 104 |
| Binary | 10101100 | 11011100 | 10000000 | 10110 | 0 | 101010 | 1110 | 1011011 | 111001 | 1000100 |
Color Harmonies of #ACDC80
Complementary color
Monochromatic Colors of #ACDC80
Black with #ACDC80
Text Example
Text Example
White with #ACDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC80; }
p { color: rgb(172,220,128); }
H1.HeaderClassName
{
color: #ACDC80;
}
.AnyTagClassName
{
color: #ACDC80;
}
</style>
background-color css
<style>
a { background-color: #ACDC80; }
a { background-color: rgb(172,220,128); }
div.DivClassName
{
background-color: #ACDC80;
}
.BgClassName
{
background-color: #ACDC80;
}
</style>
border-color css
<style>
span { border-color: #ACDC80; }
span { border-color: rgb(172,220,128); }
td.TdClassName
{
border-color: #ACDC80;
}
.TagClassName
{
border-color: #ACDC80;
}
</style>