Shades of Feijoa #ACDC8A
Tints of Feijoa #ACDC8A
RGB
CMYK
RGB Variations
Color information
#ACDC8A (or 0xACDC8A) is known color: Feijoa. HEX triplet: AC, DC and 8A. RGB value is (172,220,138). Sum of RGB (Red+Green+Blue) = 172+220+138=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC8A is #532375. Grayscale: #C4C4C4. Windows color (decimal): -5448566 or 9100460. OLE color: 9100460.
HSL color Cylindrical-coordinate representation of color #ACDC8A: hue angle of 95.12º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDC8A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 138 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.14 |
| HSL | 95.12º | 0.54% | 0.7% | - |
| HSV(B) | 95.12º | 0.37% | 0.86% | - |
| XYZ | 47.19 | 61.79 | 33.48 | - |
| YUV | 196.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 138 | 0.22 | 0 | 0.37 | 0.14 | 95.12 | 0.54 | 0.7 |
| Hex | AC | DC | 8A | 16 | 0 | 25 | E | 5F | 36 | 46 |
| Octal | 254 | 334 | 212 | 26 | 0 | 45 | 16 | 137 | 66 | 106 |
| Binary | 10101100 | 11011100 | 10001010 | 10110 | 0 | 100101 | 1110 | 1011111 | 110110 | 1000110 |
Color Harmonies of #ACDC8A
Complementary color
Monochromatic Colors of #ACDC8A
Black with #ACDC8A
Text Example
Text Example
White with #ACDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC8A; }
p { color: rgb(172,220,138); }
H1.HeaderClassName
{
color: #ACDC8A;
}
.AnyTagClassName
{
color: #ACDC8A;
}
</style>
background-color css
<style>
a { background-color: #ACDC8A; }
a { background-color: rgb(172,220,138); }
div.DivClassName
{
background-color: #ACDC8A;
}
.BgClassName
{
background-color: #ACDC8A;
}
</style>
border-color css
<style>
span { border-color: #ACDC8A; }
span { border-color: rgb(172,220,138); }
td.TdClassName
{
border-color: #ACDC8A;
}
.TagClassName
{
border-color: #ACDC8A;
}
</style>