Shades of Feijoa #A2DF77
Tints of Feijoa #A2DF77
RGB
CMYK
RGB Variations
Color information
#A2DF77 (or 0xA2DF77) is known color: Feijoa. HEX triplet: A2, DF and 77. RGB value is (162,223,119). Sum of RGB (Red+Green+Blue) = 162+223+119=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF77 is #5D2088. Grayscale: #C1C1C1. Windows color (decimal): -6103177 or 7856034. OLE color: 7856034.
HSL color Cylindrical-coordinate representation of color #A2DF77: hue angle of 95.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2DF77 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 119 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.13 |
| HSL | 95.19º | 0.62% | 0.67% | - |
| HSV(B) | 95.19º | 0.47% | 0.87% | - |
| XYZ | 44.62 | 61.79 | 27.03 | - |
| YUV | 192.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 119 | 0.27 | 0 | 0.47 | 0.13 | 95.19 | 0.62 | 0.67 |
| Hex | A2 | DF | 77 | 1B | 0 | 2F | D | 5F | 3E | 43 |
| Octal | 242 | 337 | 167 | 33 | 0 | 57 | 15 | 137 | 76 | 103 |
| Binary | 10100010 | 11011111 | 1110111 | 11011 | 0 | 101111 | 1101 | 1011111 | 111110 | 1000011 |
Color Harmonies of #A2DF77
Complementary color
Monochromatic Colors of #A2DF77
Black with #A2DF77
Text Example
Text Example
White with #A2DF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF77; }
p { color: rgb(162,223,119); }
H1.HeaderClassName
{
color: #A2DF77;
}
.AnyTagClassName
{
color: #A2DF77;
}
</style>
background-color css
<style>
a { background-color: #A2DF77; }
a { background-color: rgb(162,223,119); }
div.DivClassName
{
background-color: #A2DF77;
}
.BgClassName
{
background-color: #A2DF77;
}
</style>
border-color css
<style>
span { border-color: #A2DF77; }
span { border-color: rgb(162,223,119); }
td.TdClassName
{
border-color: #A2DF77;
}
.TagClassName
{
border-color: #A2DF77;
}
</style>