Shades of Feijoa #A2F47B
Tints of Feijoa #A2F47B
RGB
CMYK
RGB Variations
Color information
#A2F47B (or 0xA2F47B) is known color: Feijoa. HEX triplet: A2, F4 and 7B. RGB value is (162,244,123). Sum of RGB (Red+Green+Blue) = 162+244+123=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F47B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F47B is #5D0B84. Grayscale: #CECECE. Windows color (decimal): -6097797 or 8123554. OLE color: 8123554.
HSL color Cylindrical-coordinate representation of color #A2F47B: hue angle of 100.66º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F47B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 123 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.04 |
| HSL | 100.66º | 0.85% | 0.72% | - |
| HSV(B) | 100.66º | 0.5% | 0.96% | - |
| XYZ | 50.83 | 73.81 | 30.31 | - |
| YUV | 205.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 123 | 0.34 | 0 | 0.50 | 0.04 | 100.66 | 0.85 | 0.72 |
| Hex | A2 | F4 | 7B | 22 | 0 | 32 | 4 | 65 | 55 | 48 |
| Octal | 242 | 364 | 173 | 42 | 0 | 62 | 4 | 145 | 125 | 110 |
| Binary | 10100010 | 11110100 | 1111011 | 100010 | 0 | 110010 | 100 | 1100101 | 1010101 | 1001000 |
Color Harmonies of #A2F47B
Complementary color
Monochromatic Colors of #A2F47B
Black with #A2F47B
Text Example
Text Example
White with #A2F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F47B; }
p { color: rgb(162,244,123); }
H1.HeaderClassName
{
color: #A2F47B;
}
.AnyTagClassName
{
color: #A2F47B;
}
</style>
background-color css
<style>
a { background-color: #A2F47B; }
a { background-color: rgb(162,244,123); }
div.DivClassName
{
background-color: #A2F47B;
}
.BgClassName
{
background-color: #A2F47B;
}
</style>
border-color css
<style>
span { border-color: #A2F47B; }
span { border-color: rgb(162,244,123); }
td.TdClassName
{
border-color: #A2F47B;
}
.TagClassName
{
border-color: #A2F47B;
}
</style>