Shades of Feijoa #A2D470
Tints of Feijoa #A2D470
RGB
CMYK
RGB Variations
Color information
#A2D470 (or 0xA2D470) is known color: Feijoa. HEX triplet: A2, D4 and 70. RGB value is (162,212,112). Sum of RGB (Red+Green+Blue) = 162+212+112=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D470 is #5D2B8F. Grayscale: #BABABA. Windows color (decimal): -6106000 or 7394466. OLE color: 7394466.
HSL color Cylindrical-coordinate representation of color #A2D470: hue angle of 90º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D470 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 112 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.17 |
| HSL | 90º | 0.54% | 0.64% | - |
| HSV(B) | 90º | 0.47% | 0.83% | - |
| XYZ | 41.37 | 55.94 | 23.95 | - |
| YUV | 185.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 112 | 0.24 | 0 | 0.47 | 0.17 | 90 | 0.54 | 0.64 |
| Hex | A2 | D4 | 70 | 18 | 0 | 2F | 11 | 5A | 36 | 40 |
| Octal | 242 | 324 | 160 | 30 | 0 | 57 | 21 | 132 | 66 | 100 |
| Binary | 10100010 | 11010100 | 1110000 | 11000 | 0 | 101111 | 10001 | 1011010 | 110110 | 1000000 |
Color Harmonies of #A2D470
Complementary color
Monochromatic Colors of #A2D470
Black with #A2D470
Text Example
Text Example
White with #A2D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D470; }
p { color: rgb(162,212,112); }
H1.HeaderClassName
{
color: #A2D470;
}
.AnyTagClassName
{
color: #A2D470;
}
</style>
background-color css
<style>
a { background-color: #A2D470; }
a { background-color: rgb(162,212,112); }
div.DivClassName
{
background-color: #A2D470;
}
.BgClassName
{
background-color: #A2D470;
}
</style>
border-color css
<style>
span { border-color: #A2D470; }
span { border-color: rgb(162,212,112); }
td.TdClassName
{
border-color: #A2D470;
}
.TagClassName
{
border-color: #A2D470;
}
</style>