Shades of Feijoa #A2DF80
Tints of Feijoa #A2DF80
RGB
CMYK
RGB Variations
Color information
#A2DF80 (or 0xA2DF80) is known color: Feijoa. HEX triplet: A2, DF and 80. RGB value is (162,223,128). Sum of RGB (Red+Green+Blue) = 162+223+128=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF80 is #5D207F. Grayscale: #C2C2C2. Windows color (decimal): -6103168 or 8445858. OLE color: 8445858.
HSL color Cylindrical-coordinate representation of color #A2DF80: hue angle of 98.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DF80 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 128 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 98.53º | 0.6% | 0.69% | - |
| HSV(B) | 98.53º | 0.43% | 0.87% | - |
| XYZ | 45.18 | 62.02 | 30.01 | - |
| YUV | 193.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 128 | 0.27 | 0 | 0.43 | 0.13 | 98.53 | 0.6 | 0.69 |
| Hex | A2 | DF | 80 | 1B | 0 | 2B | D | 63 | 3C | 45 |
| Octal | 242 | 337 | 200 | 33 | 0 | 53 | 15 | 143 | 74 | 105 |
| Binary | 10100010 | 11011111 | 10000000 | 11011 | 0 | 101011 | 1101 | 1100011 | 111100 | 1000101 |
Color Harmonies of #A2DF80
Complementary color
Monochromatic Colors of #A2DF80
Black with #A2DF80
Text Example
Text Example
White with #A2DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF80; }
p { color: rgb(162,223,128); }
H1.HeaderClassName
{
color: #A2DF80;
}
.AnyTagClassName
{
color: #A2DF80;
}
</style>
background-color css
<style>
a { background-color: #A2DF80; }
a { background-color: rgb(162,223,128); }
div.DivClassName
{
background-color: #A2DF80;
}
.BgClassName
{
background-color: #A2DF80;
}
</style>
border-color css
<style>
span { border-color: #A2DF80; }
span { border-color: rgb(162,223,128); }
td.TdClassName
{
border-color: #A2DF80;
}
.TagClassName
{
border-color: #A2DF80;
}
</style>