Shades of Feijoa #ACDB8E
Tints of Feijoa #ACDB8E
RGB
CMYK
RGB Variations
Color information
#ACDB8E (or 0xACDB8E) is known color: Feijoa. HEX triplet: AC, DB and 8E. RGB value is (172,219,142). Sum of RGB (Red+Green+Blue) = 172+219+142=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB8E is #532471. Grayscale: #C4C4C4. Windows color (decimal): -5448818 or 9362348. OLE color: 9362348.
HSL color Cylindrical-coordinate representation of color #ACDB8E: hue angle of 96.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDB8E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 142 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.14 |
| HSL | 96.62º | 0.52% | 0.71% | - |
| HSV(B) | 96.62º | 0.35% | 0.86% | - |
| XYZ | 47.23 | 61.39 | 34.95 | - |
| YUV | 196.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 142 | 0.21 | 0 | 0.35 | 0.14 | 96.62 | 0.52 | 0.71 |
| Hex | AC | DB | 8E | 15 | 0 | 23 | E | 61 | 34 | 47 |
| Octal | 254 | 333 | 216 | 25 | 0 | 43 | 16 | 141 | 64 | 107 |
| Binary | 10101100 | 11011011 | 10001110 | 10101 | 0 | 100011 | 1110 | 1100001 | 110100 | 1000111 |
Color Harmonies of #ACDB8E
Complementary color
Monochromatic Colors of #ACDB8E
Black with #ACDB8E
Text Example
Text Example
White with #ACDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB8E; }
p { color: rgb(172,219,142); }
H1.HeaderClassName
{
color: #ACDB8E;
}
.AnyTagClassName
{
color: #ACDB8E;
}
</style>
background-color css
<style>
a { background-color: #ACDB8E; }
a { background-color: rgb(172,219,142); }
div.DivClassName
{
background-color: #ACDB8E;
}
.BgClassName
{
background-color: #ACDB8E;
}
</style>
border-color css
<style>
span { border-color: #ACDB8E; }
span { border-color: rgb(172,219,142); }
td.TdClassName
{
border-color: #ACDB8E;
}
.TagClassName
{
border-color: #ACDB8E;
}
</style>