Shades of Feijoa #ACD88C
Tints of Feijoa #ACD88C
RGB
CMYK
RGB Variations
Color information
#ACD88C (or 0xACD88C) is known color: Feijoa. HEX triplet: AC, D8 and 8C. RGB value is (172,216,140). Sum of RGB (Red+Green+Blue) = 172+216+140=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD88C is #532773. Grayscale: #C2C2C2. Windows color (decimal): -5449588 or 9230508. OLE color: 9230508.
HSL color Cylindrical-coordinate representation of color #ACD88C: hue angle of 94.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACD88C is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 140 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.15 |
| HSL | 94.74º | 0.49% | 0.7% | - |
| HSV(B) | 94.74º | 0.35% | 0.85% | - |
| XYZ | 46.3 | 59.78 | 33.91 | - |
| YUV | 194.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 140 | 0.20 | 0 | 0.35 | 0.15 | 94.74 | 0.49 | 0.7 |
| Hex | AC | D8 | 8C | 14 | 0 | 23 | F | 5F | 31 | 46 |
| Octal | 254 | 330 | 214 | 24 | 0 | 43 | 17 | 137 | 61 | 106 |
| Binary | 10101100 | 11011000 | 10001100 | 10100 | 0 | 100011 | 1111 | 1011111 | 110001 | 1000110 |
Color Harmonies of #ACD88C
Complementary color
Monochromatic Colors of #ACD88C
Black with #ACD88C
Text Example
Text Example
White with #ACD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD88C; }
p { color: rgb(172,216,140); }
H1.HeaderClassName
{
color: #ACD88C;
}
.AnyTagClassName
{
color: #ACD88C;
}
</style>
background-color css
<style>
a { background-color: #ACD88C; }
a { background-color: rgb(172,216,140); }
div.DivClassName
{
background-color: #ACD88C;
}
.BgClassName
{
background-color: #ACD88C;
}
</style>
border-color css
<style>
span { border-color: #ACD88C; }
span { border-color: rgb(172,216,140); }
td.TdClassName
{
border-color: #ACD88C;
}
.TagClassName
{
border-color: #ACD88C;
}
</style>