Shades of Feijoa #ACD284
Tints of Feijoa #ACD284
RGB
CMYK
RGB Variations
Color information
#ACD284 (or 0xACD284) is known color: Feijoa. HEX triplet: AC, D2 and 84. RGB value is (172,210,132). Sum of RGB (Red+Green+Blue) = 172+210+132=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD284 is #532D7B. Grayscale: #BEBEBE. Windows color (decimal): -5451132 or 8704684. OLE color: 8704684.
HSL color Cylindrical-coordinate representation of color #ACD284: hue angle of 89.23º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD284 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 132 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.18 |
| HSL | 89.23º | 0.46% | 0.67% | - |
| HSV(B) | 89.23º | 0.37% | 0.82% | - |
| XYZ | 44.22 | 56.53 | 30.41 | - |
| YUV | 189.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 132 | 0.18 | 0 | 0.37 | 0.18 | 89.23 | 0.46 | 0.67 |
| Hex | AC | D2 | 84 | 12 | 0 | 25 | 12 | 59 | 2E | 43 |
| Octal | 254 | 322 | 204 | 22 | 0 | 45 | 22 | 131 | 56 | 103 |
| Binary | 10101100 | 11010010 | 10000100 | 10010 | 0 | 100101 | 10010 | 1011001 | 101110 | 1000011 |
Color Harmonies of #ACD284
Complementary color
Monochromatic Colors of #ACD284
Black with #ACD284
Text Example
Text Example
White with #ACD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD284; }
p { color: rgb(172,210,132); }
H1.HeaderClassName
{
color: #ACD284;
}
.AnyTagClassName
{
color: #ACD284;
}
</style>
background-color css
<style>
a { background-color: #ACD284; }
a { background-color: rgb(172,210,132); }
div.DivClassName
{
background-color: #ACD284;
}
.BgClassName
{
background-color: #ACD284;
}
</style>
border-color css
<style>
span { border-color: #ACD284; }
span { border-color: rgb(172,210,132); }
td.TdClassName
{
border-color: #ACD284;
}
.TagClassName
{
border-color: #ACD284;
}
</style>