Shades of Feijoa #ACD18E
Tints of Feijoa #ACD18E
RGB
CMYK
RGB Variations
Color information
#ACD18E (or 0xACD18E) is known color: Feijoa. HEX triplet: AC, D1 and 8E. RGB value is (172,209,142). Sum of RGB (Red+Green+Blue) = 172+209+142=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18E is #532E71. Grayscale: #BEBEBE. Windows color (decimal): -5451378 or 9359788. OLE color: 9359788.
HSL color Cylindrical-coordinate representation of color #ACD18E: hue angle of 93.13º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD18E is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 142 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.18 |
| HSL | 93.13º | 0.42% | 0.69% | - |
| HSV(B) | 93.13º | 0.32% | 0.82% | - |
| XYZ | 44.7 | 56.32 | 34.11 | - |
| YUV | 190.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 142 | 0.18 | 0 | 0.32 | 0.18 | 93.13 | 0.42 | 0.69 |
| Hex | AC | D1 | 8E | 12 | 0 | 20 | 12 | 5D | 2A | 45 |
| Octal | 254 | 321 | 216 | 22 | 0 | 40 | 22 | 135 | 52 | 105 |
| Binary | 10101100 | 11010001 | 10001110 | 10010 | 0 | 100000 | 10010 | 1011101 | 101010 | 1000101 |
Color Harmonies of #ACD18E
Complementary color
Monochromatic Colors of #ACD18E
Black with #ACD18E
Text Example
Text Example
White with #ACD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD18E; }
p { color: rgb(172,209,142); }
H1.HeaderClassName
{
color: #ACD18E;
}
.AnyTagClassName
{
color: #ACD18E;
}
</style>
background-color css
<style>
a { background-color: #ACD18E; }
a { background-color: rgb(172,209,142); }
div.DivClassName
{
background-color: #ACD18E;
}
.BgClassName
{
background-color: #ACD18E;
}
</style>
border-color css
<style>
span { border-color: #ACD18E; }
span { border-color: rgb(172,209,142); }
td.TdClassName
{
border-color: #ACD18E;
}
.TagClassName
{
border-color: #ACD18E;
}
</style>