Shades of Feijoa #A2D174
Tints of Feijoa #A2D174
RGB
CMYK
RGB Variations
Color information
#A2D174 (or 0xA2D174) is known color: Feijoa. HEX triplet: A2, D1 and 74. RGB value is (162,209,116). Sum of RGB (Red+Green+Blue) = 162+209+116=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D174 is #5D2E8B. Grayscale: #B8B8B8. Windows color (decimal): -6106764 or 7655842. OLE color: 7655842.
HSL color Cylindrical-coordinate representation of color #A2D174: hue angle of 90.32º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D174 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 116 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.18 |
| HSL | 90.32º | 0.5% | 0.64% | - |
| HSV(B) | 90.32º | 0.44% | 0.82% | - |
| XYZ | 40.85 | 54.54 | 24.9 | - |
| YUV | 184.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 116 | 0.22 | 0 | 0.44 | 0.18 | 90.32 | 0.5 | 0.64 |
| Hex | A2 | D1 | 74 | 16 | 0 | 2C | 12 | 5A | 32 | 40 |
| Octal | 242 | 321 | 164 | 26 | 0 | 54 | 22 | 132 | 62 | 100 |
| Binary | 10100010 | 11010001 | 1110100 | 10110 | 0 | 101100 | 10010 | 1011010 | 110010 | 1000000 |
Color Harmonies of #A2D174
Complementary color
Monochromatic Colors of #A2D174
Black with #A2D174
Text Example
Text Example
White with #A2D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D174; }
p { color: rgb(162,209,116); }
H1.HeaderClassName
{
color: #A2D174;
}
.AnyTagClassName
{
color: #A2D174;
}
</style>
background-color css
<style>
a { background-color: #A2D174; }
a { background-color: rgb(162,209,116); }
div.DivClassName
{
background-color: #A2D174;
}
.BgClassName
{
background-color: #A2D174;
}
</style>
border-color css
<style>
span { border-color: #A2D174; }
span { border-color: rgb(162,209,116); }
td.TdClassName
{
border-color: #A2D174;
}
.TagClassName
{
border-color: #A2D174;
}
</style>