Shades of Feijoa #ACD18C
Tints of Feijoa #ACD18C
RGB
CMYK
RGB Variations
Color information
#ACD18C (or 0xACD18C) is known color: Feijoa. HEX triplet: AC, D1 and 8C. RGB value is (172,209,140). Sum of RGB (Red+Green+Blue) = 172+209+140=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18C is #532E73. Grayscale: #BEBEBE. Windows color (decimal): -5451380 or 9228716. OLE color: 9228716.
HSL color Cylindrical-coordinate representation of color #ACD18C: hue angle of 92.17º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD18C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 140 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.18 |
| HSL | 92.17º | 0.43% | 0.68% | - |
| HSV(B) | 92.17º | 0.33% | 0.82% | - |
| XYZ | 44.55 | 56.27 | 33.32 | - |
| YUV | 190.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 140 | 0.18 | 0 | 0.33 | 0.18 | 92.17 | 0.43 | 0.68 |
| Hex | AC | D1 | 8C | 12 | 0 | 21 | 12 | 5C | 2B | 44 |
| Octal | 254 | 321 | 214 | 22 | 0 | 41 | 22 | 134 | 53 | 104 |
| Binary | 10101100 | 11010001 | 10001100 | 10010 | 0 | 100001 | 10010 | 1011100 | 101011 | 1000100 |
Color Harmonies of #ACD18C
Complementary color
Monochromatic Colors of #ACD18C
Black with #ACD18C
Text Example
Text Example
White with #ACD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD18C; }
p { color: rgb(172,209,140); }
H1.HeaderClassName
{
color: #ACD18C;
}
.AnyTagClassName
{
color: #ACD18C;
}
</style>
background-color css
<style>
a { background-color: #ACD18C; }
a { background-color: rgb(172,209,140); }
div.DivClassName
{
background-color: #ACD18C;
}
.BgClassName
{
background-color: #ACD18C;
}
</style>
border-color css
<style>
span { border-color: #ACD18C; }
span { border-color: rgb(172,209,140); }
td.TdClassName
{
border-color: #ACD18C;
}
.TagClassName
{
border-color: #ACD18C;
}
</style>