Shades of Feijoa #A2F17B
Tints of Feijoa #A2F17B
RGB
CMYK
RGB Variations
Color information
#A2F17B (or 0xA2F17B) is known color: Feijoa. HEX triplet: A2, F1 and 7B. RGB value is (162,241,123). Sum of RGB (Red+Green+Blue) = 162+241+123=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F17B is #5D0E84. Grayscale: #CCCCCC. Windows color (decimal): -6098565 or 8122786. OLE color: 8122786.
HSL color Cylindrical-coordinate representation of color #A2F17B: hue angle of 100.17º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2F17B is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 123 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.05 |
| HSL | 100.17º | 0.81% | 0.71% | - |
| HSV(B) | 100.17º | 0.49% | 0.95% | - |
| XYZ | 49.93 | 72.02 | 30.01 | - |
| YUV | 203.93 | 82.33 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 123 | 0.33 | 0 | 0.49 | 0.05 | 100.17 | 0.81 | 0.71 |
| Hex | A2 | F1 | 7B | 21 | 0 | 31 | 5 | 64 | 51 | 47 |
| Octal | 242 | 361 | 173 | 41 | 0 | 61 | 5 | 144 | 121 | 107 |
| Binary | 10100010 | 11110001 | 1111011 | 100001 | 0 | 110001 | 101 | 1100100 | 1010001 | 1000111 |
Color Harmonies of #A2F17B
Complementary color
Monochromatic Colors of #A2F17B
Black with #A2F17B
Text Example
Text Example
White with #A2F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F17B; }
p { color: rgb(162,241,123); }
H1.HeaderClassName
{
color: #A2F17B;
}
.AnyTagClassName
{
color: #A2F17B;
}
</style>
background-color css
<style>
a { background-color: #A2F17B; }
a { background-color: rgb(162,241,123); }
div.DivClassName
{
background-color: #A2F17B;
}
.BgClassName
{
background-color: #A2F17B;
}
</style>
border-color css
<style>
span { border-color: #A2F17B; }
span { border-color: rgb(162,241,123); }
td.TdClassName
{
border-color: #A2F17B;
}
.TagClassName
{
border-color: #A2F17B;
}
</style>