Shades of Feijoa #A2EE78
Tints of Feijoa #A2EE78
RGB
CMYK
RGB Variations
Color information
#A2EE78 (or 0xA2EE78) is known color: Feijoa. HEX triplet: A2, EE and 78. RGB value is (162,238,120). Sum of RGB (Red+Green+Blue) = 162+238+120=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE78 is #5D1187. Grayscale: #CACACA. Windows color (decimal): -6099336 or 7925410. OLE color: 7925410.
HSL color Cylindrical-coordinate representation of color #A2EE78: hue angle of 98.64º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2EE78 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 120 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.07 |
| HSL | 98.64º | 0.78% | 0.7% | - |
| HSV(B) | 98.64º | 0.5% | 0.93% | - |
| XYZ | 48.87 | 70.19 | 28.74 | - |
| YUV | 201.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 120 | 0.32 | 0 | 0.50 | 0.07 | 98.64 | 0.78 | 0.7 |
| Hex | A2 | EE | 78 | 20 | 0 | 32 | 7 | 63 | 4E | 46 |
| Octal | 242 | 356 | 170 | 40 | 0 | 62 | 7 | 143 | 116 | 106 |
| Binary | 10100010 | 11101110 | 1111000 | 100000 | 0 | 110010 | 111 | 1100011 | 1001110 | 1000110 |
Color Harmonies of #A2EE78
Complementary color
Monochromatic Colors of #A2EE78
Black with #A2EE78
Text Example
Text Example
White with #A2EE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EE78; }
p { color: rgb(162,238,120); }
H1.HeaderClassName
{
color: #A2EE78;
}
.AnyTagClassName
{
color: #A2EE78;
}
</style>
background-color css
<style>
a { background-color: #A2EE78; }
a { background-color: rgb(162,238,120); }
div.DivClassName
{
background-color: #A2EE78;
}
.BgClassName
{
background-color: #A2EE78;
}
</style>
border-color css
<style>
span { border-color: #A2EE78; }
span { border-color: rgb(162,238,120); }
td.TdClassName
{
border-color: #A2EE78;
}
.TagClassName
{
border-color: #A2EE78;
}
</style>