Shades of Feijoa #ACDB85
Tints of Feijoa #ACDB85
RGB
CMYK
RGB Variations
Color information
#ACDB85 (or 0xACDB85) is known color: Feijoa. HEX triplet: AC, DB and 85. RGB value is (172,219,133). Sum of RGB (Red+Green+Blue) = 172+219+133=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB85 is #53247A. Grayscale: #C3C3C3. Windows color (decimal): -5448827 or 8772524. OLE color: 8772524.
HSL color Cylindrical-coordinate representation of color #ACDB85: hue angle of 92.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACDB85 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 133 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.14 |
| HSL | 92.79º | 0.54% | 0.69% | - |
| HSV(B) | 92.79º | 0.39% | 0.86% | - |
| XYZ | 46.58 | 61.13 | 31.53 | - |
| YUV | 195.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 133 | 0.21 | 0 | 0.39 | 0.14 | 92.79 | 0.54 | 0.69 |
| Hex | AC | DB | 85 | 15 | 0 | 27 | E | 5D | 36 | 45 |
| Octal | 254 | 333 | 205 | 25 | 0 | 47 | 16 | 135 | 66 | 105 |
| Binary | 10101100 | 11011011 | 10000101 | 10101 | 0 | 100111 | 1110 | 1011101 | 110110 | 1000101 |
Color Harmonies of #ACDB85
Complementary color
Monochromatic Colors of #ACDB85
Black with #ACDB85
Text Example
Text Example
White with #ACDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB85; }
p { color: rgb(172,219,133); }
H1.HeaderClassName
{
color: #ACDB85;
}
.AnyTagClassName
{
color: #ACDB85;
}
</style>
background-color css
<style>
a { background-color: #ACDB85; }
a { background-color: rgb(172,219,133); }
div.DivClassName
{
background-color: #ACDB85;
}
.BgClassName
{
background-color: #ACDB85;
}
</style>
border-color css
<style>
span { border-color: #ACDB85; }
span { border-color: rgb(172,219,133); }
td.TdClassName
{
border-color: #ACDB85;
}
.TagClassName
{
border-color: #ACDB85;
}
</style>