Shades of Feijoa #A2F17C
Tints of Feijoa #A2F17C
RGB
CMYK
RGB Variations
Color information
#A2F17C (or 0xA2F17C) is known color: Feijoa. HEX triplet: A2, F1 and 7C. RGB value is (162,241,124). Sum of RGB (Red+Green+Blue) = 162+241+124=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F17C is #5D0E83. Grayscale: #CCCCCC. Windows color (decimal): -6098564 or 8188322. OLE color: 8188322.
HSL color Cylindrical-coordinate representation of color #A2F17C: hue angle of 100.51º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2F17C is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 124 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.05 |
| HSL | 100.51º | 0.81% | 0.72% | - |
| HSV(B) | 100.51º | 0.49% | 0.95% | - |
| XYZ | 49.99 | 72.05 | 30.34 | - |
| YUV | 204.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 124 | 0.33 | 0 | 0.49 | 0.05 | 100.51 | 0.81 | 0.72 |
| Hex | A2 | F1 | 7C | 21 | 0 | 31 | 5 | 65 | 51 | 48 |
| Octal | 242 | 361 | 174 | 41 | 0 | 61 | 5 | 145 | 121 | 110 |
| Binary | 10100010 | 11110001 | 1111100 | 100001 | 0 | 110001 | 101 | 1100101 | 1010001 | 1001000 |
Color Harmonies of #A2F17C
Complementary color
Monochromatic Colors of #A2F17C
Black with #A2F17C
Text Example
Text Example
White with #A2F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F17C; }
p { color: rgb(162,241,124); }
H1.HeaderClassName
{
color: #A2F17C;
}
.AnyTagClassName
{
color: #A2F17C;
}
</style>
background-color css
<style>
a { background-color: #A2F17C; }
a { background-color: rgb(162,241,124); }
div.DivClassName
{
background-color: #A2F17C;
}
.BgClassName
{
background-color: #A2F17C;
}
</style>
border-color css
<style>
span { border-color: #A2F17C; }
span { border-color: rgb(162,241,124); }
td.TdClassName
{
border-color: #A2F17C;
}
.TagClassName
{
border-color: #A2F17C;
}
</style>