Shades of Feijoa #A2F07B
Tints of Feijoa #A2F07B
RGB
CMYK
RGB Variations
Color information
#A2F07B (or 0xA2F07B) is known color: Feijoa. HEX triplet: A2, F0 and 7B. RGB value is (162,240,123). Sum of RGB (Red+Green+Blue) = 162+240+123=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F07B is #5D0F84. Grayscale: #CBCBCB. Windows color (decimal): -6098821 or 8122530. OLE color: 8122530.
HSL color Cylindrical-coordinate representation of color #A2F07B: hue angle of 100º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2F07B is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 123 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.06 |
| HSL | 100º | 0.8% | 0.71% | - |
| HSV(B) | 100º | 0.49% | 0.94% | - |
| XYZ | 49.64 | 71.43 | 29.91 | - |
| YUV | 203.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 123 | 0.32 | 0 | 0.49 | 0.06 | 100 | 0.8 | 0.71 |
| Hex | A2 | F0 | 7B | 20 | 0 | 31 | 6 | 64 | 50 | 47 |
| Octal | 242 | 360 | 173 | 40 | 0 | 61 | 6 | 144 | 120 | 107 |
| Binary | 10100010 | 11110000 | 1111011 | 100000 | 0 | 110001 | 110 | 1100100 | 1010000 | 1000111 |
Color Harmonies of #A2F07B
Complementary color
Monochromatic Colors of #A2F07B
Black with #A2F07B
Text Example
Text Example
White with #A2F07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F07B; }
p { color: rgb(162,240,123); }
H1.HeaderClassName
{
color: #A2F07B;
}
.AnyTagClassName
{
color: #A2F07B;
}
</style>
background-color css
<style>
a { background-color: #A2F07B; }
a { background-color: rgb(162,240,123); }
div.DivClassName
{
background-color: #A2F07B;
}
.BgClassName
{
background-color: #A2F07B;
}
</style>
border-color css
<style>
span { border-color: #A2F07B; }
span { border-color: rgb(162,240,123); }
td.TdClassName
{
border-color: #A2F07B;
}
.TagClassName
{
border-color: #A2F07B;
}
</style>