Shades of Feijoa #ACD08D
Tints of Feijoa #ACD08D
RGB
CMYK
RGB Variations
Color information
#ACD08D (or 0xACD08D) is known color: Feijoa. HEX triplet: AC, D0 and 8D. RGB value is (172,208,141). Sum of RGB (Red+Green+Blue) = 172+208+141=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08D is #532F72. Grayscale: #BDBDBD. Windows color (decimal): -5451635 or 9293996. OLE color: 9293996.
HSL color Cylindrical-coordinate representation of color #ACD08D: hue angle of 92.24º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD08D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 141 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.18 |
| HSL | 92.24º | 0.42% | 0.68% | - |
| HSV(B) | 92.24º | 0.32% | 0.82% | - |
| XYZ | 44.38 | 55.81 | 33.63 | - |
| YUV | 189.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 141 | 0.17 | 0 | 0.32 | 0.18 | 92.24 | 0.42 | 0.68 |
| Hex | AC | D0 | 8D | 11 | 0 | 20 | 12 | 5C | 2A | 44 |
| Octal | 254 | 320 | 215 | 21 | 0 | 40 | 22 | 134 | 52 | 104 |
| Binary | 10101100 | 11010000 | 10001101 | 10001 | 0 | 100000 | 10010 | 1011100 | 101010 | 1000100 |
Color Harmonies of #ACD08D
Complementary color
Monochromatic Colors of #ACD08D
Black with #ACD08D
Text Example
Text Example
White with #ACD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD08D; }
p { color: rgb(172,208,141); }
H1.HeaderClassName
{
color: #ACD08D;
}
.AnyTagClassName
{
color: #ACD08D;
}
</style>
background-color css
<style>
a { background-color: #ACD08D; }
a { background-color: rgb(172,208,141); }
div.DivClassName
{
background-color: #ACD08D;
}
.BgClassName
{
background-color: #ACD08D;
}
</style>
border-color css
<style>
span { border-color: #ACD08D; }
span { border-color: rgb(172,208,141); }
td.TdClassName
{
border-color: #ACD08D;
}
.TagClassName
{
border-color: #ACD08D;
}
</style>