Shades of Feijoa #A2F77F
Tints of Feijoa #A2F77F
RGB
CMYK
RGB Variations
Color information
#A2F77F (or 0xA2F77F) is known color: Feijoa. HEX triplet: A2, F7 and 7F. RGB value is (162,247,127). Sum of RGB (Red+Green+Blue) = 162+247+127=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F77F is #5D0880. Grayscale: #D0D0D0. Windows color (decimal): -6097025 or 8386466. OLE color: 8386466.
HSL color Cylindrical-coordinate representation of color #A2F77F: hue angle of 102.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2F77F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 127 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.03 |
| HSL | 102.5º | 0.88% | 0.73% | - |
| HSV(B) | 102.5º | 0.49% | 0.97% | - |
| XYZ | 51.99 | 75.74 | 31.96 | - |
| YUV | 207.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 127 | 0.34 | 0 | 0.49 | 0.03 | 102.5 | 0.88 | 0.73 |
| Hex | A2 | F7 | 7F | 22 | 0 | 31 | 3 | 66 | 58 | 49 |
| Octal | 242 | 367 | 177 | 42 | 0 | 61 | 3 | 146 | 130 | 111 |
| Binary | 10100010 | 11110111 | 1111111 | 100010 | 0 | 110001 | 11 | 1100110 | 1011000 | 1001001 |
Color Harmonies of #A2F77F
Complementary color
Monochromatic Colors of #A2F77F
Black with #A2F77F
Text Example
Text Example
White with #A2F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F77F; }
p { color: rgb(162,247,127); }
H1.HeaderClassName
{
color: #A2F77F;
}
.AnyTagClassName
{
color: #A2F77F;
}
</style>
background-color css
<style>
a { background-color: #A2F77F; }
a { background-color: rgb(162,247,127); }
div.DivClassName
{
background-color: #A2F77F;
}
.BgClassName
{
background-color: #A2F77F;
}
</style>
border-color css
<style>
span { border-color: #A2F77F; }
span { border-color: rgb(162,247,127); }
td.TdClassName
{
border-color: #A2F77F;
}
.TagClassName
{
border-color: #A2F77F;
}
</style>