Shades of Feijoa #A2F280
Tints of Feijoa #A2F280
RGB
CMYK
RGB Variations
Color information
#A2F280 (or 0xA2F280) is known color: Feijoa. HEX triplet: A2, F2 and 80. RGB value is (162,242,128). Sum of RGB (Red+Green+Blue) = 162+242+128=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F280 is #5D0D7F. Grayscale: #CDCDCD. Windows color (decimal): -6098304 or 8450722. OLE color: 8450722.
HSL color Cylindrical-coordinate representation of color #A2F280: hue angle of 102.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2F280 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 128 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.05 |
| HSL | 102.11º | 0.81% | 0.73% | - |
| HSV(B) | 102.11º | 0.47% | 0.95% | - |
| XYZ | 50.55 | 72.74 | 31.8 | - |
| YUV | 205.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 128 | 0.33 | 0 | 0.47 | 0.05 | 102.11 | 0.81 | 0.73 |
| Hex | A2 | F2 | 80 | 21 | 0 | 2F | 5 | 66 | 51 | 49 |
| Octal | 242 | 362 | 200 | 41 | 0 | 57 | 5 | 146 | 121 | 111 |
| Binary | 10100010 | 11110010 | 10000000 | 100001 | 0 | 101111 | 101 | 1100110 | 1010001 | 1001001 |
Color Harmonies of #A2F280
Complementary color
Monochromatic Colors of #A2F280
Black with #A2F280
Text Example
Text Example
White with #A2F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F280; }
p { color: rgb(162,242,128); }
H1.HeaderClassName
{
color: #A2F280;
}
.AnyTagClassName
{
color: #A2F280;
}
</style>
background-color css
<style>
a { background-color: #A2F280; }
a { background-color: rgb(162,242,128); }
div.DivClassName
{
background-color: #A2F280;
}
.BgClassName
{
background-color: #A2F280;
}
</style>
border-color css
<style>
span { border-color: #A2F280; }
span { border-color: rgb(162,242,128); }
td.TdClassName
{
border-color: #A2F280;
}
.TagClassName
{
border-color: #A2F280;
}
</style>