Shades of Feijoa #ACDC85
Tints of Feijoa #ACDC85
RGB
CMYK
RGB Variations
Color information
#ACDC85 (or 0xACDC85) is known color: Feijoa. HEX triplet: AC, DC and 85. RGB value is (172,220,133). Sum of RGB (Red+Green+Blue) = 172+220+133=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC85 is #53237A. Grayscale: #C4C4C4. Windows color (decimal): -5448571 or 8772780. OLE color: 8772780.
HSL color Cylindrical-coordinate representation of color #ACDC85: hue angle of 93.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDC85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 133 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.14 |
| HSL | 93.1º | 0.55% | 0.69% | - |
| HSV(B) | 93.1º | 0.4% | 0.86% | - |
| XYZ | 46.84 | 61.65 | 31.62 | - |
| YUV | 195.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 133 | 0.22 | 0 | 0.40 | 0.14 | 93.1 | 0.55 | 0.69 |
| Hex | AC | DC | 85 | 16 | 0 | 28 | E | 5D | 37 | 45 |
| Octal | 254 | 334 | 205 | 26 | 0 | 50 | 16 | 135 | 67 | 105 |
| Binary | 10101100 | 11011100 | 10000101 | 10110 | 0 | 101000 | 1110 | 1011101 | 110111 | 1000101 |
Color Harmonies of #ACDC85
Complementary color
Monochromatic Colors of #ACDC85
Black with #ACDC85
Text Example
Text Example
White with #ACDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC85; }
p { color: rgb(172,220,133); }
H1.HeaderClassName
{
color: #ACDC85;
}
.AnyTagClassName
{
color: #ACDC85;
}
</style>
background-color css
<style>
a { background-color: #ACDC85; }
a { background-color: rgb(172,220,133); }
div.DivClassName
{
background-color: #ACDC85;
}
.BgClassName
{
background-color: #ACDC85;
}
</style>
border-color css
<style>
span { border-color: #ACDC85; }
span { border-color: rgb(172,220,133); }
td.TdClassName
{
border-color: #ACDC85;
}
.TagClassName
{
border-color: #ACDC85;
}
</style>