Shades of Feijoa #A2D777
Tints of Feijoa #A2D777
RGB
CMYK
RGB Variations
Color information
#A2D777 (or 0xA2D777) is known color: Feijoa. HEX triplet: A2, D7 and 77. RGB value is (162,215,119). Sum of RGB (Red+Green+Blue) = 162+215+119=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D777 is #5D2888. Grayscale: #BCBCBC. Windows color (decimal): -6105225 or 7853986. OLE color: 7853986.
HSL color Cylindrical-coordinate representation of color #A2D777: hue angle of 93.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D777 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 119 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.16 |
| HSL | 93.13º | 0.55% | 0.65% | - |
| HSV(B) | 93.13º | 0.45% | 0.84% | - |
| XYZ | 42.53 | 57.61 | 26.33 | - |
| YUV | 188.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 119 | 0.25 | 0 | 0.45 | 0.16 | 93.13 | 0.55 | 0.65 |
| Hex | A2 | D7 | 77 | 19 | 0 | 2D | 10 | 5D | 37 | 41 |
| Octal | 242 | 327 | 167 | 31 | 0 | 55 | 20 | 135 | 67 | 101 |
| Binary | 10100010 | 11010111 | 1110111 | 11001 | 0 | 101101 | 10000 | 1011101 | 110111 | 1000001 |
Color Harmonies of #A2D777
Complementary color
Monochromatic Colors of #A2D777
Black with #A2D777
Text Example
Text Example
White with #A2D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D777; }
p { color: rgb(162,215,119); }
H1.HeaderClassName
{
color: #A2D777;
}
.AnyTagClassName
{
color: #A2D777;
}
</style>
background-color css
<style>
a { background-color: #A2D777; }
a { background-color: rgb(162,215,119); }
div.DivClassName
{
background-color: #A2D777;
}
.BgClassName
{
background-color: #A2D777;
}
</style>
border-color css
<style>
span { border-color: #A2D777; }
span { border-color: rgb(162,215,119); }
td.TdClassName
{
border-color: #A2D777;
}
.TagClassName
{
border-color: #A2D777;
}
</style>