Shades of Feijoa #A2FB78
Tints of Feijoa #A2FB78
RGB
CMYK
RGB Variations
Color information
#A2FB78 (or 0xA2FB78) is known color: Feijoa. HEX triplet: A2, FB and 78. RGB value is (162,251,120). Sum of RGB (Red+Green+Blue) = 162+251+120=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB78 is #5D0487. Grayscale: #D1D1D1. Windows color (decimal): -6096008 or 7928738. OLE color: 7928738.
HSL color Cylindrical-coordinate representation of color #A2FB78: hue angle of 100.76º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2FB78 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 120 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.02 |
| HSL | 100.76º | 0.94% | 0.73% | - |
| HSV(B) | 100.76º | 0.52% | 0.98% | - |
| XYZ | 52.79 | 78.03 | 30.05 | - |
| YUV | 209.46 | 77.51 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 120 | 0.35 | 0 | 0.52 | 0.02 | 100.76 | 0.94 | 0.73 |
| Hex | A2 | FB | 78 | 23 | 0 | 34 | 2 | 65 | 5E | 49 |
| Octal | 242 | 373 | 170 | 43 | 0 | 64 | 2 | 145 | 136 | 111 |
| Binary | 10100010 | 11111011 | 1111000 | 100011 | 0 | 110100 | 10 | 1100101 | 1011110 | 1001001 |
Color Harmonies of #A2FB78
Complementary color
Monochromatic Colors of #A2FB78
Black with #A2FB78
Text Example
Text Example
White with #A2FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB78; }
p { color: rgb(162,251,120); }
H1.HeaderClassName
{
color: #A2FB78;
}
.AnyTagClassName
{
color: #A2FB78;
}
</style>
background-color css
<style>
a { background-color: #A2FB78; }
a { background-color: rgb(162,251,120); }
div.DivClassName
{
background-color: #A2FB78;
}
.BgClassName
{
background-color: #A2FB78;
}
</style>
border-color css
<style>
span { border-color: #A2FB78; }
span { border-color: rgb(162,251,120); }
td.TdClassName
{
border-color: #A2FB78;
}
.TagClassName
{
border-color: #A2FB78;
}
</style>