Shades of Feijoa #A2F27F
Tints of Feijoa #A2F27F
RGB
CMYK
RGB Variations
Color information
#A2F27F (or 0xA2F27F) is known color: Feijoa. HEX triplet: A2, F2 and 7F. RGB value is (162,242,127). Sum of RGB (Red+Green+Blue) = 162+242+127=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F27F is #5D0D80. Grayscale: #CDCDCD. Windows color (decimal): -6098305 or 8385186. OLE color: 8385186.
HSL color Cylindrical-coordinate representation of color #A2F27F: hue angle of 101.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2F27F is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 127 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.05 |
| HSL | 101.74º | 0.82% | 0.72% | - |
| HSV(B) | 101.74º | 0.48% | 0.95% | - |
| XYZ | 50.48 | 72.72 | 31.45 | - |
| YUV | 204.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 127 | 0.33 | 0 | 0.48 | 0.05 | 101.74 | 0.82 | 0.72 |
| Hex | A2 | F2 | 7F | 21 | 0 | 30 | 5 | 66 | 52 | 48 |
| Octal | 242 | 362 | 177 | 41 | 0 | 60 | 5 | 146 | 122 | 110 |
| Binary | 10100010 | 11110010 | 1111111 | 100001 | 0 | 110000 | 101 | 1100110 | 1010010 | 1001000 |
Color Harmonies of #A2F27F
Complementary color
Monochromatic Colors of #A2F27F
Black with #A2F27F
Text Example
Text Example
White with #A2F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F27F; }
p { color: rgb(162,242,127); }
H1.HeaderClassName
{
color: #A2F27F;
}
.AnyTagClassName
{
color: #A2F27F;
}
</style>
background-color css
<style>
a { background-color: #A2F27F; }
a { background-color: rgb(162,242,127); }
div.DivClassName
{
background-color: #A2F27F;
}
.BgClassName
{
background-color: #A2F27F;
}
</style>
border-color css
<style>
span { border-color: #A2F27F; }
span { border-color: rgb(162,242,127); }
td.TdClassName
{
border-color: #A2F27F;
}
.TagClassName
{
border-color: #A2F27F;
}
</style>