Shades of Feijoa #A2D584
Tints of Feijoa #A2D584
RGB
CMYK
RGB Variations
Color information
#A2D584 (or 0xA2D584) is known color: Feijoa. HEX triplet: A2, D5 and 84. RGB value is (162,213,132). Sum of RGB (Red+Green+Blue) = 162+213+132=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D584 is #5D2A7B. Grayscale: #BCBCBC. Windows color (decimal): -6105724 or 8705442. OLE color: 8705442.
HSL color Cylindrical-coordinate representation of color #A2D584: hue angle of 97.78º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2D584 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 132 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.16 |
| HSL | 97.78º | 0.49% | 0.68% | - |
| HSV(B) | 97.78º | 0.38% | 0.84% | - |
| XYZ | 42.86 | 56.94 | 30.56 | - |
| YUV | 188.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 132 | 0.24 | 0 | 0.38 | 0.16 | 97.78 | 0.49 | 0.68 |
| Hex | A2 | D5 | 84 | 18 | 0 | 26 | 10 | 62 | 31 | 44 |
| Octal | 242 | 325 | 204 | 30 | 0 | 46 | 20 | 142 | 61 | 104 |
| Binary | 10100010 | 11010101 | 10000100 | 11000 | 0 | 100110 | 10000 | 1100010 | 110001 | 1000100 |
Color Harmonies of #A2D584
Complementary color
Monochromatic Colors of #A2D584
Black with #A2D584
Text Example
Text Example
White with #A2D584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D584; }
p { color: rgb(162,213,132); }
H1.HeaderClassName
{
color: #A2D584;
}
.AnyTagClassName
{
color: #A2D584;
}
</style>
background-color css
<style>
a { background-color: #A2D584; }
a { background-color: rgb(162,213,132); }
div.DivClassName
{
background-color: #A2D584;
}
.BgClassName
{
background-color: #A2D584;
}
</style>
border-color css
<style>
span { border-color: #A2D584; }
span { border-color: rgb(162,213,132); }
td.TdClassName
{
border-color: #A2D584;
}
.TagClassName
{
border-color: #A2D584;
}
</style>