Shades of Feijoa #ACDB96
Tints of Feijoa #ACDB96
RGB
CMYK
RGB Variations
Color information
#ACDB96 (or 0xACDB96) is known color: Feijoa. HEX triplet: AC, DB and 96. RGB value is (172,219,150). Sum of RGB (Red+Green+Blue) = 172+219+150=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB96 is #532469. Grayscale: #C5C5C5. Windows color (decimal): -5448810 or 9886636. OLE color: 9886636.
HSL color Cylindrical-coordinate representation of color #ACDB96: hue angle of 100.87º 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 #ACDB96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 150 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 100.87º | 0.49% | 0.72% | - |
| HSV(B) | 100.87º | 0.32% | 0.86% | - |
| XYZ | 47.85 | 61.64 | 38.23 | - |
| YUV | 197.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 150 | 0.21 | 0 | 0.32 | 0.14 | 100.87 | 0.49 | 0.72 |
| Hex | AC | DB | 96 | 15 | 0 | 20 | E | 65 | 31 | 48 |
| Octal | 254 | 333 | 226 | 25 | 0 | 40 | 16 | 145 | 61 | 110 |
| Binary | 10101100 | 11011011 | 10010110 | 10101 | 0 | 100000 | 1110 | 1100101 | 110001 | 1001000 |
Color Harmonies of #ACDB96
Complementary color
Monochromatic Colors of #ACDB96
Black with #ACDB96
Text Example
Text Example
White with #ACDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB96; }
p { color: rgb(172,219,150); }
H1.HeaderClassName
{
color: #ACDB96;
}
.AnyTagClassName
{
color: #ACDB96;
}
</style>
background-color css
<style>
a { background-color: #ACDB96; }
a { background-color: rgb(172,219,150); }
div.DivClassName
{
background-color: #ACDB96;
}
.BgClassName
{
background-color: #ACDB96;
}
</style>
border-color css
<style>
span { border-color: #ACDB96; }
span { border-color: rgb(172,219,150); }
td.TdClassName
{
border-color: #ACDB96;
}
.TagClassName
{
border-color: #ACDB96;
}
</style>