Shades of Feijoa #ACD88A
Tints of Feijoa #ACD88A
RGB
CMYK
RGB Variations
Color information
#ACD88A (or 0xACD88A) is known color: Feijoa. HEX triplet: AC, D8 and 8A. RGB value is (172,216,138). Sum of RGB (Red+Green+Blue) = 172+216+138=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD88A is #532775. Grayscale: #C2C2C2. Windows color (decimal): -5449590 or 9099436. OLE color: 9099436.
HSL color Cylindrical-coordinate representation of color #ACD88A: hue angle of 93.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD88A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 138 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.15 |
| HSL | 93.85º | 0.5% | 0.69% | - |
| HSV(B) | 93.85º | 0.36% | 0.85% | - |
| XYZ | 46.16 | 59.72 | 33.14 | - |
| YUV | 193.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 138 | 0.20 | 0 | 0.36 | 0.15 | 93.85 | 0.5 | 0.69 |
| Hex | AC | D8 | 8A | 14 | 0 | 24 | F | 5E | 32 | 45 |
| Octal | 254 | 330 | 212 | 24 | 0 | 44 | 17 | 136 | 62 | 105 |
| Binary | 10101100 | 11011000 | 10001010 | 10100 | 0 | 100100 | 1111 | 1011110 | 110010 | 1000101 |
Color Harmonies of #ACD88A
Complementary color
Monochromatic Colors of #ACD88A
Black with #ACD88A
Text Example
Text Example
White with #ACD88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD88A; }
p { color: rgb(172,216,138); }
H1.HeaderClassName
{
color: #ACD88A;
}
.AnyTagClassName
{
color: #ACD88A;
}
</style>
background-color css
<style>
a { background-color: #ACD88A; }
a { background-color: rgb(172,216,138); }
div.DivClassName
{
background-color: #ACD88A;
}
.BgClassName
{
background-color: #ACD88A;
}
</style>
border-color css
<style>
span { border-color: #ACD88A; }
span { border-color: rgb(172,216,138); }
td.TdClassName
{
border-color: #ACD88A;
}
.TagClassName
{
border-color: #ACD88A;
}
</style>