Shades of Feijoa #ADD284
Tints of Feijoa #ADD284
RGB
CMYK
RGB Variations
Color information
#ADD284 (or 0xADD284) is known color: Feijoa. HEX triplet: AD, D2 and 84. RGB value is (173,210,132). Sum of RGB (Red+Green+Blue) = 173+210+132=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD284 is #522D7B. Grayscale: #BEBEBE. Windows color (decimal): -5385596 or 8704685. OLE color: 8704685.
HSL color Cylindrical-coordinate representation of color #ADD284: hue angle of 88.46º 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 #ADD284 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 132 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.18 |
| HSL | 88.46º | 0.46% | 0.67% | - |
| HSV(B) | 88.46º | 0.37% | 0.82% | - |
| XYZ | 44.45 | 56.64 | 30.42 | - |
| YUV | 190.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 132 | 0.18 | 0 | 0.37 | 0.18 | 88.46 | 0.46 | 0.67 |
| Hex | AD | D2 | 84 | 12 | 0 | 25 | 12 | 58 | 2E | 43 |
| Octal | 255 | 322 | 204 | 22 | 0 | 45 | 22 | 130 | 56 | 103 |
| Binary | 10101101 | 11010010 | 10000100 | 10010 | 0 | 100101 | 10010 | 1011000 | 101110 | 1000011 |
Color Harmonies of #ADD284
Complementary color
Monochromatic Colors of #ADD284
Black with #ADD284
Text Example
Text Example
White with #ADD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD284; }
p { color: rgb(173,210,132); }
H1.HeaderClassName
{
color: #ADD284;
}
.AnyTagClassName
{
color: #ADD284;
}
</style>
background-color css
<style>
a { background-color: #ADD284; }
a { background-color: rgb(173,210,132); }
div.DivClassName
{
background-color: #ADD284;
}
.BgClassName
{
background-color: #ADD284;
}
</style>
border-color css
<style>
span { border-color: #ADD284; }
span { border-color: rgb(173,210,132); }
td.TdClassName
{
border-color: #ADD284;
}
.TagClassName
{
border-color: #ADD284;
}
</style>