Shades of Feijoa #A2F077
Tints of Feijoa #A2F077
RGB
CMYK
RGB Variations
Color information
#A2F077 (or 0xA2F077) is known color: Feijoa. HEX triplet: A2, F0 and 77. RGB value is (162,240,119). Sum of RGB (Red+Green+Blue) = 162+240+119=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F077 is #5D0F88. Grayscale: #CBCBCB. Windows color (decimal): -6098825 or 7860386. OLE color: 7860386.
HSL color Cylindrical-coordinate representation of color #A2F077: hue angle of 98.68º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F077 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 119 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.06 |
| HSL | 98.68º | 0.8% | 0.7% | - |
| HSV(B) | 98.68º | 0.5% | 0.94% | - |
| XYZ | 49.39 | 71.33 | 28.62 | - |
| YUV | 202.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 119 | 0.32 | 0 | 0.50 | 0.06 | 98.68 | 0.8 | 0.7 |
| Hex | A2 | F0 | 77 | 20 | 0 | 32 | 6 | 63 | 50 | 46 |
| Octal | 242 | 360 | 167 | 40 | 0 | 62 | 6 | 143 | 120 | 106 |
| Binary | 10100010 | 11110000 | 1110111 | 100000 | 0 | 110010 | 110 | 1100011 | 1010000 | 1000110 |
Color Harmonies of #A2F077
Complementary color
Monochromatic Colors of #A2F077
Black with #A2F077
Text Example
Text Example
White with #A2F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F077; }
p { color: rgb(162,240,119); }
H1.HeaderClassName
{
color: #A2F077;
}
.AnyTagClassName
{
color: #A2F077;
}
</style>
background-color css
<style>
a { background-color: #A2F077; }
a { background-color: rgb(162,240,119); }
div.DivClassName
{
background-color: #A2F077;
}
.BgClassName
{
background-color: #A2F077;
}
</style>
border-color css
<style>
span { border-color: #A2F077; }
span { border-color: rgb(162,240,119); }
td.TdClassName
{
border-color: #A2F077;
}
.TagClassName
{
border-color: #A2F077;
}
</style>