Shades of Feijoa #A2FE6C
Tints of Feijoa #A2FE6C
RGB
CMYK
RGB Variations
Color information
#A2FE6C (or 0xA2FE6C) is known color: Feijoa. HEX triplet: A2, FE and 6C. RGB value is (162,254,108). Sum of RGB (Red+Green+Blue) = 162+254+108=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FE6C is #5D0193. Grayscale: #D2D2D2. Windows color (decimal): -6095252 or 7143074. OLE color: 7143074.
HSL color Cylindrical-coordinate representation of color #A2FE6C: hue angle of 97.81º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2FE6C is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 108 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.00 |
| HSL | 97.81º | 0.99% | 0.71% | - |
| HSV(B) | 97.81º | 0.57% | 1% | - |
| XYZ | 53.05 | 79.65 | 26.76 | - |
| YUV | 209.85 | 70.52 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 108 | 0.36 | 0 | 0.57 | 0.00 | 97.81 | 0.99 | 0.71 |
| Hex | A2 | FE | 6C | 24 | 0 | 39 | 0 | 62 | 63 | 47 |
| Octal | 242 | 376 | 154 | 44 | 0 | 71 | 0 | 142 | 143 | 107 |
| Binary | 10100010 | 11111110 | 1101100 | 100100 | 0 | 111001 | 0 | 1100010 | 1100011 | 1000111 |
Color Harmonies of #A2FE6C
Complementary color
Monochromatic Colors of #A2FE6C
Black with #A2FE6C
Text Example
Text Example
White with #A2FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE6C; }
p { color: rgb(162,254,108); }
H1.HeaderClassName
{
color: #A2FE6C;
}
.AnyTagClassName
{
color: #A2FE6C;
}
</style>
background-color css
<style>
a { background-color: #A2FE6C; }
a { background-color: rgb(162,254,108); }
div.DivClassName
{
background-color: #A2FE6C;
}
.BgClassName
{
background-color: #A2FE6C;
}
</style>
border-color css
<style>
span { border-color: #A2FE6C; }
span { border-color: rgb(162,254,108); }
td.TdClassName
{
border-color: #A2FE6C;
}
.TagClassName
{
border-color: #A2FE6C;
}
</style>