Shades of Feijoa #A2EF78
Tints of Feijoa #A2EF78
RGB
CMYK
RGB Variations
Color information
#A2EF78 (or 0xA2EF78) is known color: Feijoa. HEX triplet: A2, EF and 78. RGB value is (162,239,120). Sum of RGB (Red+Green+Blue) = 162+239+120=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF78 is #5D1087. Grayscale: #CACACA. Windows color (decimal): -6099080 or 7925666. OLE color: 7925666.
HSL color Cylindrical-coordinate representation of color #A2EF78: hue angle of 98.82º degrees, saturation: 0.79, 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 #A2EF78 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 120 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.06 |
| HSL | 98.82º | 0.79% | 0.7% | - |
| HSV(B) | 98.82º | 0.5% | 0.94% | - |
| XYZ | 49.16 | 70.77 | 28.84 | - |
| YUV | 202.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 120 | 0.32 | 0 | 0.50 | 0.06 | 98.82 | 0.79 | 0.7 |
| Hex | A2 | EF | 78 | 20 | 0 | 32 | 6 | 63 | 4F | 46 |
| Octal | 242 | 357 | 170 | 40 | 0 | 62 | 6 | 143 | 117 | 106 |
| Binary | 10100010 | 11101111 | 1111000 | 100000 | 0 | 110010 | 110 | 1100011 | 1001111 | 1000110 |
Color Harmonies of #A2EF78
Complementary color
Monochromatic Colors of #A2EF78
Black with #A2EF78
Text Example
Text Example
White with #A2EF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF78; }
p { color: rgb(162,239,120); }
H1.HeaderClassName
{
color: #A2EF78;
}
.AnyTagClassName
{
color: #A2EF78;
}
</style>
background-color css
<style>
a { background-color: #A2EF78; }
a { background-color: rgb(162,239,120); }
div.DivClassName
{
background-color: #A2EF78;
}
.BgClassName
{
background-color: #A2EF78;
}
</style>
border-color css
<style>
span { border-color: #A2EF78; }
span { border-color: rgb(162,239,120); }
td.TdClassName
{
border-color: #A2EF78;
}
.TagClassName
{
border-color: #A2EF78;
}
</style>