Shades of Feijoa #A2F778
Tints of Feijoa #A2F778
RGB
CMYK
RGB Variations
Color information
#A2F778 (or 0xA2F778) is known color: Feijoa. HEX triplet: A2, F7 and 78. RGB value is (162,247,120). Sum of RGB (Red+Green+Blue) = 162+247+120=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F778 is #5D0887. Grayscale: #CFCFCF. Windows color (decimal): -6097032 or 7927714. OLE color: 7927714.
HSL color Cylindrical-coordinate representation of color #A2F778: hue angle of 100.16º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2F778 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 120 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 100.16º | 0.89% | 0.72% | - |
| HSV(B) | 100.16º | 0.51% | 0.97% | - |
| XYZ | 51.55 | 75.56 | 29.64 | - |
| YUV | 207.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 120 | 0.34 | 0 | 0.51 | 0.03 | 100.16 | 0.89 | 0.72 |
| Hex | A2 | F7 | 78 | 22 | 0 | 33 | 3 | 64 | 59 | 48 |
| Octal | 242 | 367 | 170 | 42 | 0 | 63 | 3 | 144 | 131 | 110 |
| Binary | 10100010 | 11110111 | 1111000 | 100010 | 0 | 110011 | 11 | 1100100 | 1011001 | 1001000 |
Color Harmonies of #A2F778
Complementary color
Monochromatic Colors of #A2F778
Black with #A2F778
Text Example
Text Example
White with #A2F778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F778; }
p { color: rgb(162,247,120); }
H1.HeaderClassName
{
color: #A2F778;
}
.AnyTagClassName
{
color: #A2F778;
}
</style>
background-color css
<style>
a { background-color: #A2F778; }
a { background-color: rgb(162,247,120); }
div.DivClassName
{
background-color: #A2F778;
}
.BgClassName
{
background-color: #A2F778;
}
</style>
border-color css
<style>
span { border-color: #A2F778; }
span { border-color: rgb(162,247,120); }
td.TdClassName
{
border-color: #A2F778;
}
.TagClassName
{
border-color: #A2F778;
}
</style>