Shades of Feijoa #A2F268
Tints of Feijoa #A2F268
RGB
CMYK
RGB Variations
Color information
#A2F268 (or 0xA2F268) is known color: Feijoa. HEX triplet: A2, F2 and 68. RGB value is (162,242,104). Sum of RGB (Red+Green+Blue) = 162+242+104=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F268 is #5D0D97. Grayscale: #CACACA. Windows color (decimal): -6098328 or 6877858. OLE color: 6877858.
HSL color Cylindrical-coordinate representation of color #A2F268: hue angle of 94.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2F268 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 104 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.05 |
| HSL | 94.78º | 0.84% | 0.68% | - |
| HSV(B) | 94.78º | 0.57% | 0.95% | - |
| XYZ | 49.15 | 72.19 | 24.44 | - |
| YUV | 202.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 104 | 0.33 | 0 | 0.57 | 0.05 | 94.78 | 0.84 | 0.68 |
| Hex | A2 | F2 | 68 | 21 | 0 | 39 | 5 | 5F | 54 | 44 |
| Octal | 242 | 362 | 150 | 41 | 0 | 71 | 5 | 137 | 124 | 104 |
| Binary | 10100010 | 11110010 | 1101000 | 100001 | 0 | 111001 | 101 | 1011111 | 1010100 | 1000100 |
Color Harmonies of #A2F268
Complementary color
Monochromatic Colors of #A2F268
Black with #A2F268
Text Example
Text Example
White with #A2F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F268; }
p { color: rgb(162,242,104); }
H1.HeaderClassName
{
color: #A2F268;
}
.AnyTagClassName
{
color: #A2F268;
}
</style>
background-color css
<style>
a { background-color: #A2F268; }
a { background-color: rgb(162,242,104); }
div.DivClassName
{
background-color: #A2F268;
}
.BgClassName
{
background-color: #A2F268;
}
</style>
border-color css
<style>
span { border-color: #A2F268; }
span { border-color: rgb(162,242,104); }
td.TdClassName
{
border-color: #A2F268;
}
.TagClassName
{
border-color: #A2F268;
}
</style>