Shades of Feijoa #ACDB95
Tints of Feijoa #ACDB95
RGB
CMYK
RGB Variations
Color information
#ACDB95 (or 0xACDB95) is known color: Feijoa. HEX triplet: AC, DB and 95. RGB value is (172,219,149). Sum of RGB (Red+Green+Blue) = 172+219+149=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB95 is #53246A. Grayscale: #C5C5C5. Windows color (decimal): -5448811 or 9821100. OLE color: 9821100.
HSL color Cylindrical-coordinate representation of color #ACDB95: hue angle of 100.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDB95 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 149 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 100.29º | 0.49% | 0.72% | - |
| HSV(B) | 100.29º | 0.32% | 0.86% | - |
| XYZ | 47.77 | 61.6 | 37.81 | - |
| YUV | 196.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 149 | 0.21 | 0 | 0.32 | 0.14 | 100.29 | 0.49 | 0.72 |
| Hex | AC | DB | 95 | 15 | 0 | 20 | E | 64 | 31 | 48 |
| Octal | 254 | 333 | 225 | 25 | 0 | 40 | 16 | 144 | 61 | 110 |
| Binary | 10101100 | 11011011 | 10010101 | 10101 | 0 | 100000 | 1110 | 1100100 | 110001 | 1001000 |
Color Harmonies of #ACDB95
Complementary color
Monochromatic Colors of #ACDB95
Black with #ACDB95
Text Example
Text Example
White with #ACDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB95; }
p { color: rgb(172,219,149); }
H1.HeaderClassName
{
color: #ACDB95;
}
.AnyTagClassName
{
color: #ACDB95;
}
</style>
background-color css
<style>
a { background-color: #ACDB95; }
a { background-color: rgb(172,219,149); }
div.DivClassName
{
background-color: #ACDB95;
}
.BgClassName
{
background-color: #ACDB95;
}
</style>
border-color css
<style>
span { border-color: #ACDB95; }
span { border-color: rgb(172,219,149); }
td.TdClassName
{
border-color: #ACDB95;
}
.TagClassName
{
border-color: #ACDB95;
}
</style>