Shades of Feijoa #ACD18D
Tints of Feijoa #ACD18D
RGB
CMYK
RGB Variations
Color information
#ACD18D (or 0xACD18D) is known color: Feijoa. HEX triplet: AC, D1 and 8D. RGB value is (172,209,141). Sum of RGB (Red+Green+Blue) = 172+209+141=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18D is #532E72. Grayscale: #BEBEBE. Windows color (decimal): -5451379 or 9294252. OLE color: 9294252.
HSL color Cylindrical-coordinate representation of color #ACD18D: hue angle of 92.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD18D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 141 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.18 |
| HSL | 92.65º | 0.43% | 0.69% | - |
| HSV(B) | 92.65º | 0.33% | 0.82% | - |
| XYZ | 44.62 | 56.29 | 33.71 | - |
| YUV | 190.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 141 | 0.18 | 0 | 0.33 | 0.18 | 92.65 | 0.43 | 0.69 |
| Hex | AC | D1 | 8D | 12 | 0 | 21 | 12 | 5D | 2A | 45 |
| Octal | 254 | 321 | 215 | 22 | 0 | 41 | 22 | 135 | 52 | 105 |
| Binary | 10101100 | 11010001 | 10001101 | 10010 | 0 | 100001 | 10010 | 1011101 | 101010 | 1000101 |
Color Harmonies of #ACD18D
Complementary color
Monochromatic Colors of #ACD18D
Black with #ACD18D
Text Example
Text Example
White with #ACD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD18D; }
p { color: rgb(172,209,141); }
H1.HeaderClassName
{
color: #ACD18D;
}
.AnyTagClassName
{
color: #ACD18D;
}
</style>
background-color css
<style>
a { background-color: #ACD18D; }
a { background-color: rgb(172,209,141); }
div.DivClassName
{
background-color: #ACD18D;
}
.BgClassName
{
background-color: #ACD18D;
}
</style>
border-color css
<style>
span { border-color: #ACD18D; }
span { border-color: rgb(172,209,141); }
td.TdClassName
{
border-color: #ACD18D;
}
.TagClassName
{
border-color: #ACD18D;
}
</style>