Shades of Feijoa #A2D774
Tints of Feijoa #A2D774
RGB
CMYK
RGB Variations
Color information
#A2D774 (or 0xA2D774) is known color: Feijoa. HEX triplet: A2, D7 and 74. RGB value is (162,215,116). Sum of RGB (Red+Green+Blue) = 162+215+116=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D774 is #5D288B. Grayscale: #BCBCBC. Windows color (decimal): -6105228 or 7657378. OLE color: 7657378.
HSL color Cylindrical-coordinate representation of color #A2D774: hue angle of 92.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D774 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 116 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 92.12º | 0.55% | 0.65% | - |
| HSV(B) | 92.12º | 0.46% | 0.84% | - |
| XYZ | 42.35 | 57.54 | 25.4 | - |
| YUV | 187.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 116 | 0.25 | 0 | 0.46 | 0.16 | 92.12 | 0.55 | 0.65 |
| Hex | A2 | D7 | 74 | 19 | 0 | 2E | 10 | 5C | 37 | 41 |
| Octal | 242 | 327 | 164 | 31 | 0 | 56 | 20 | 134 | 67 | 101 |
| Binary | 10100010 | 11010111 | 1110100 | 11001 | 0 | 101110 | 10000 | 1011100 | 110111 | 1000001 |
Color Harmonies of #A2D774
Complementary color
Monochromatic Colors of #A2D774
Black with #A2D774
Text Example
Text Example
White with #A2D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D774; }
p { color: rgb(162,215,116); }
H1.HeaderClassName
{
color: #A2D774;
}
.AnyTagClassName
{
color: #A2D774;
}
</style>
background-color css
<style>
a { background-color: #A2D774; }
a { background-color: rgb(162,215,116); }
div.DivClassName
{
background-color: #A2D774;
}
.BgClassName
{
background-color: #A2D774;
}
</style>
border-color css
<style>
span { border-color: #A2D774; }
span { border-color: rgb(162,215,116); }
td.TdClassName
{
border-color: #A2D774;
}
.TagClassName
{
border-color: #A2D774;
}
</style>