Shades of Feijoa #ACDA8F
Tints of Feijoa #ACDA8F
RGB
CMYK
RGB Variations
Color information
#ACDA8F (or 0xACDA8F) is known color: Feijoa. HEX triplet: AC, DA and 8F. RGB value is (172,218,143). Sum of RGB (Red+Green+Blue) = 172+218+143=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8F is #532570. Grayscale: #C3C3C3. Windows color (decimal): -5449073 or 9427628. OLE color: 9427628.
HSL color Cylindrical-coordinate representation of color #ACDA8F: hue angle of 96.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACDA8F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 143 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.15 |
| HSL | 96.8º | 0.5% | 0.71% | - |
| HSV(B) | 96.8º | 0.34% | 0.85% | - |
| XYZ | 47.04 | 60.9 | 35.26 | - |
| YUV | 195.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 143 | 0.21 | 0 | 0.34 | 0.15 | 96.8 | 0.5 | 0.71 |
| Hex | AC | DA | 8F | 15 | 0 | 22 | F | 61 | 32 | 47 |
| Octal | 254 | 332 | 217 | 25 | 0 | 42 | 17 | 141 | 62 | 107 |
| Binary | 10101100 | 11011010 | 10001111 | 10101 | 0 | 100010 | 1111 | 1100001 | 110010 | 1000111 |
Color Harmonies of #ACDA8F
Complementary color
Monochromatic Colors of #ACDA8F
Black with #ACDA8F
Text Example
Text Example
White with #ACDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA8F; }
p { color: rgb(172,218,143); }
H1.HeaderClassName
{
color: #ACDA8F;
}
.AnyTagClassName
{
color: #ACDA8F;
}
</style>
background-color css
<style>
a { background-color: #ACDA8F; }
a { background-color: rgb(172,218,143); }
div.DivClassName
{
background-color: #ACDA8F;
}
.BgClassName
{
background-color: #ACDA8F;
}
</style>
border-color css
<style>
span { border-color: #ACDA8F; }
span { border-color: rgb(172,218,143); }
td.TdClassName
{
border-color: #ACDA8F;
}
.TagClassName
{
border-color: #ACDA8F;
}
</style>