Shades of Feijoa #A2F17F
Tints of Feijoa #A2F17F
RGB
CMYK
RGB Variations
Color information
#A2F17F (or 0xA2F17F) is known color: Feijoa. HEX triplet: A2, F1 and 7F. RGB value is (162,241,127). Sum of RGB (Red+Green+Blue) = 162+241+127=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F17F is #5D0E80. Grayscale: #CCCCCC. Windows color (decimal): -6098561 or 8384930. OLE color: 8384930.
HSL color Cylindrical-coordinate representation of color #A2F17F: hue angle of 101.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2F17F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 127 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.05 |
| HSL | 101.58º | 0.8% | 0.72% | - |
| HSV(B) | 101.58º | 0.47% | 0.95% | - |
| XYZ | 50.19 | 72.12 | 31.35 | - |
| YUV | 204.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 127 | 0.33 | 0 | 0.47 | 0.05 | 101.58 | 0.8 | 0.72 |
| Hex | A2 | F1 | 7F | 21 | 0 | 2F | 5 | 66 | 50 | 48 |
| Octal | 242 | 361 | 177 | 41 | 0 | 57 | 5 | 146 | 120 | 110 |
| Binary | 10100010 | 11110001 | 1111111 | 100001 | 0 | 101111 | 101 | 1100110 | 1010000 | 1001000 |
Color Harmonies of #A2F17F
Complementary color
Monochromatic Colors of #A2F17F
Black with #A2F17F
Text Example
Text Example
White with #A2F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F17F; }
p { color: rgb(162,241,127); }
H1.HeaderClassName
{
color: #A2F17F;
}
.AnyTagClassName
{
color: #A2F17F;
}
</style>
background-color css
<style>
a { background-color: #A2F17F; }
a { background-color: rgb(162,241,127); }
div.DivClassName
{
background-color: #A2F17F;
}
.BgClassName
{
background-color: #A2F17F;
}
</style>
border-color css
<style>
span { border-color: #A2F17F; }
span { border-color: rgb(162,241,127); }
td.TdClassName
{
border-color: #A2F17F;
}
.TagClassName
{
border-color: #A2F17F;
}
</style>