Shades of Feijoa #A2F677
Tints of Feijoa #A2F677
RGB
CMYK
RGB Variations
Color information
#A2F677 (or 0xA2F677) is known color: Feijoa. HEX triplet: A2, F6 and 77. RGB value is (162,246,119). Sum of RGB (Red+Green+Blue) = 162+246+119=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F677 is #5D0988. Grayscale: #CECECE. Windows color (decimal): -6097289 or 7861922. OLE color: 7861922.
HSL color Cylindrical-coordinate representation of color #A2F677: hue angle of 99.69º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2F677 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 119 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.04 |
| HSL | 99.69º | 0.88% | 0.72% | - |
| HSV(B) | 99.69º | 0.52% | 0.96% | - |
| XYZ | 51.19 | 74.92 | 29.22 | - |
| YUV | 206.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 119 | 0.34 | 0 | 0.52 | 0.04 | 99.69 | 0.88 | 0.72 |
| Hex | A2 | F6 | 77 | 22 | 0 | 34 | 4 | 64 | 58 | 48 |
| Octal | 242 | 366 | 167 | 42 | 0 | 64 | 4 | 144 | 130 | 110 |
| Binary | 10100010 | 11110110 | 1110111 | 100010 | 0 | 110100 | 100 | 1100100 | 1011000 | 1001000 |
Color Harmonies of #A2F677
Complementary color
Monochromatic Colors of #A2F677
Black with #A2F677
Text Example
Text Example
White with #A2F677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F677; }
p { color: rgb(162,246,119); }
H1.HeaderClassName
{
color: #A2F677;
}
.AnyTagClassName
{
color: #A2F677;
}
</style>
background-color css
<style>
a { background-color: #A2F677; }
a { background-color: rgb(162,246,119); }
div.DivClassName
{
background-color: #A2F677;
}
.BgClassName
{
background-color: #A2F677;
}
</style>
border-color css
<style>
span { border-color: #A2F677; }
span { border-color: rgb(162,246,119); }
td.TdClassName
{
border-color: #A2F677;
}
.TagClassName
{
border-color: #A2F677;
}
</style>