Shades of Feijoa #A2F66C
Tints of Feijoa #A2F66C
RGB
CMYK
RGB Variations
Color information
#A2F66C (or 0xA2F66C) is known color: Feijoa. HEX triplet: A2, F6 and 6C. RGB value is (162,246,108). Sum of RGB (Red+Green+Blue) = 162+246+108=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F66C is #5D0993. Grayscale: #CDCDCD. Windows color (decimal): -6097300 or 7141026. OLE color: 7141026.
HSL color Cylindrical-coordinate representation of color #A2F66C: hue angle of 96.52º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2F66C is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 108 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.04 |
| HSL | 96.52º | 0.88% | 0.69% | - |
| HSV(B) | 96.52º | 0.56% | 0.96% | - |
| XYZ | 50.56 | 74.68 | 25.94 | - |
| YUV | 205.15 | 73.17 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 108 | 0.34 | 0 | 0.56 | 0.04 | 96.52 | 0.88 | 0.69 |
| Hex | A2 | F6 | 6C | 22 | 0 | 38 | 4 | 61 | 58 | 45 |
| Octal | 242 | 366 | 154 | 42 | 0 | 70 | 4 | 141 | 130 | 105 |
| Binary | 10100010 | 11110110 | 1101100 | 100010 | 0 | 111000 | 100 | 1100001 | 1011000 | 1000101 |
Color Harmonies of #A2F66C
Complementary color
Monochromatic Colors of #A2F66C
Black with #A2F66C
Text Example
Text Example
White with #A2F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F66C; }
p { color: rgb(162,246,108); }
H1.HeaderClassName
{
color: #A2F66C;
}
.AnyTagClassName
{
color: #A2F66C;
}
</style>
background-color css
<style>
a { background-color: #A2F66C; }
a { background-color: rgb(162,246,108); }
div.DivClassName
{
background-color: #A2F66C;
}
.BgClassName
{
background-color: #A2F66C;
}
</style>
border-color css
<style>
span { border-color: #A2F66C; }
span { border-color: rgb(162,246,108); }
td.TdClassName
{
border-color: #A2F66C;
}
.TagClassName
{
border-color: #A2F66C;
}
</style>