Shades of Feijoa #A2F278
Tints of Feijoa #A2F278
RGB
CMYK
RGB Variations
Color information
#A2F278 (or 0xA2F278) is known color: Feijoa. HEX triplet: A2, F2 and 78. RGB value is (162,242,120). Sum of RGB (Red+Green+Blue) = 162+242+120=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F278 is #5D0D87. Grayscale: #CCCCCC. Windows color (decimal): -6098312 or 7926434. OLE color: 7926434.
HSL color Cylindrical-coordinate representation of color #A2F278: hue angle of 99.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F278 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 120 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.05 |
| HSL | 99.34º | 0.82% | 0.71% | - |
| HSV(B) | 99.34º | 0.5% | 0.95% | - |
| XYZ | 50.04 | 72.54 | 29.13 | - |
| YUV | 204.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 120 | 0.33 | 0 | 0.50 | 0.05 | 99.34 | 0.82 | 0.71 |
| Hex | A2 | F2 | 78 | 21 | 0 | 32 | 5 | 63 | 52 | 47 |
| Octal | 242 | 362 | 170 | 41 | 0 | 62 | 5 | 143 | 122 | 107 |
| Binary | 10100010 | 11110010 | 1111000 | 100001 | 0 | 110010 | 101 | 1100011 | 1010010 | 1000111 |
Color Harmonies of #A2F278
Complementary color
Monochromatic Colors of #A2F278
Black with #A2F278
Text Example
Text Example
White with #A2F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F278; }
p { color: rgb(162,242,120); }
H1.HeaderClassName
{
color: #A2F278;
}
.AnyTagClassName
{
color: #A2F278;
}
</style>
background-color css
<style>
a { background-color: #A2F278; }
a { background-color: rgb(162,242,120); }
div.DivClassName
{
background-color: #A2F278;
}
.BgClassName
{
background-color: #A2F278;
}
</style>
border-color css
<style>
span { border-color: #A2F278; }
span { border-color: rgb(162,242,120); }
td.TdClassName
{
border-color: #A2F278;
}
.TagClassName
{
border-color: #A2F278;
}
</style>