Shades of Feijoa #ACD282
Tints of Feijoa #ACD282
RGB
CMYK
RGB Variations
Color information
#ACD282 (or 0xACD282) is known color: Feijoa. HEX triplet: AC, D2 and 82. RGB value is (172,210,130). Sum of RGB (Red+Green+Blue) = 172+210+130=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD282 is #532D7D. Grayscale: #BDBDBD. Windows color (decimal): -5451134 or 8573612. OLE color: 8573612.
HSL color Cylindrical-coordinate representation of color #ACD282: hue angle of 88.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD282 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 130 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.18 |
| HSL | 88.5º | 0.47% | 0.67% | - |
| HSV(B) | 88.5º | 0.38% | 0.82% | - |
| XYZ | 44.09 | 56.48 | 29.7 | - |
| YUV | 189.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 130 | 0.18 | 0 | 0.38 | 0.18 | 88.5 | 0.47 | 0.67 |
| Hex | AC | D2 | 82 | 12 | 0 | 26 | 12 | 58 | 2F | 43 |
| Octal | 254 | 322 | 202 | 22 | 0 | 46 | 22 | 130 | 57 | 103 |
| Binary | 10101100 | 11010010 | 10000010 | 10010 | 0 | 100110 | 10010 | 1011000 | 101111 | 1000011 |
Color Harmonies of #ACD282
Complementary color
Monochromatic Colors of #ACD282
Black with #ACD282
Text Example
Text Example
White with #ACD282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD282; }
p { color: rgb(172,210,130); }
H1.HeaderClassName
{
color: #ACD282;
}
.AnyTagClassName
{
color: #ACD282;
}
</style>
background-color css
<style>
a { background-color: #ACD282; }
a { background-color: rgb(172,210,130); }
div.DivClassName
{
background-color: #ACD282;
}
.BgClassName
{
background-color: #ACD282;
}
</style>
border-color css
<style>
span { border-color: #ACD282; }
span { border-color: rgb(172,210,130); }
td.TdClassName
{
border-color: #ACD282;
}
.TagClassName
{
border-color: #ACD282;
}
</style>