Shades of Feijoa #ACD08E
Tints of Feijoa #ACD08E
RGB
CMYK
RGB Variations
Color information
#ACD08E (or 0xACD08E) is known color: Feijoa. HEX triplet: AC, D0 and 8E. RGB value is (172,208,142). Sum of RGB (Red+Green+Blue) = 172+208+142=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08E is #532F71. Grayscale: #BDBDBD. Windows color (decimal): -5451634 or 9359532. OLE color: 9359532.
HSL color Cylindrical-coordinate representation of color #ACD08E: hue angle of 92.73º degrees, saturation: 0.41, 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 #ACD08E is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 142 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.18 |
| HSL | 92.73º | 0.41% | 0.69% | - |
| HSV(B) | 92.73º | 0.32% | 0.82% | - |
| XYZ | 44.45 | 55.84 | 34.03 | - |
| YUV | 189.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 142 | 0.17 | 0 | 0.32 | 0.18 | 92.73 | 0.41 | 0.69 |
| Hex | AC | D0 | 8E | 11 | 0 | 20 | 12 | 5D | 29 | 45 |
| Octal | 254 | 320 | 216 | 21 | 0 | 40 | 22 | 135 | 51 | 105 |
| Binary | 10101100 | 11010000 | 10001110 | 10001 | 0 | 100000 | 10010 | 1011101 | 101001 | 1000101 |
Color Harmonies of #ACD08E
Complementary color
Monochromatic Colors of #ACD08E
Black with #ACD08E
Text Example
Text Example
White with #ACD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD08E; }
p { color: rgb(172,208,142); }
H1.HeaderClassName
{
color: #ACD08E;
}
.AnyTagClassName
{
color: #ACD08E;
}
</style>
background-color css
<style>
a { background-color: #ACD08E; }
a { background-color: rgb(172,208,142); }
div.DivClassName
{
background-color: #ACD08E;
}
.BgClassName
{
background-color: #ACD08E;
}
</style>
border-color css
<style>
span { border-color: #ACD08E; }
span { border-color: rgb(172,208,142); }
td.TdClassName
{
border-color: #ACD08E;
}
.TagClassName
{
border-color: #ACD08E;
}
</style>