Shades of Feijoa #A2F277
Tints of Feijoa #A2F277
RGB
CMYK
RGB Variations
Color information
#A2F277 (or 0xA2F277) is known color: Feijoa. HEX triplet: A2, F2 and 77. RGB value is (162,242,119). Sum of RGB (Red+Green+Blue) = 162+242+119=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F277 is #5D0D88. Grayscale: #CCCCCC. Windows color (decimal): -6098313 or 7860898. OLE color: 7860898.
HSL color Cylindrical-coordinate representation of color #A2F277: hue angle of 99.02º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2F277 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 119 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.05 |
| HSL | 99.02º | 0.83% | 0.71% | - |
| HSV(B) | 99.02º | 0.51% | 0.95% | - |
| XYZ | 49.98 | 72.52 | 28.82 | - |
| YUV | 204.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 119 | 0.33 | 0 | 0.51 | 0.05 | 99.02 | 0.83 | 0.71 |
| Hex | A2 | F2 | 77 | 21 | 0 | 33 | 5 | 63 | 53 | 47 |
| Octal | 242 | 362 | 167 | 41 | 0 | 63 | 5 | 143 | 123 | 107 |
| Binary | 10100010 | 11110010 | 1110111 | 100001 | 0 | 110011 | 101 | 1100011 | 1010011 | 1000111 |
Color Harmonies of #A2F277
Complementary color
Monochromatic Colors of #A2F277
Black with #A2F277
Text Example
Text Example
White with #A2F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F277; }
p { color: rgb(162,242,119); }
H1.HeaderClassName
{
color: #A2F277;
}
.AnyTagClassName
{
color: #A2F277;
}
</style>
background-color css
<style>
a { background-color: #A2F277; }
a { background-color: rgb(162,242,119); }
div.DivClassName
{
background-color: #A2F277;
}
.BgClassName
{
background-color: #A2F277;
}
</style>
border-color css
<style>
span { border-color: #A2F277; }
span { border-color: rgb(162,242,119); }
td.TdClassName
{
border-color: #A2F277;
}
.TagClassName
{
border-color: #A2F277;
}
</style>