Shades of Feijoa #A2F87B
Tints of Feijoa #A2F87B
RGB
CMYK
RGB Variations
Color information
#A2F87B (or 0xA2F87B) is known color: Feijoa. HEX triplet: A2, F8 and 7B. RGB value is (162,248,123). Sum of RGB (Red+Green+Blue) = 162+248+123=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F87B is #5D0784. Grayscale: #D0D0D0. Windows color (decimal): -6096773 or 8124578. OLE color: 8124578.
HSL color Cylindrical-coordinate representation of color #A2F87B: hue angle of 101.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F87B is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 123 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.03 |
| HSL | 101.28º | 0.9% | 0.73% | - |
| HSV(B) | 101.28º | 0.5% | 0.97% | - |
| XYZ | 52.04 | 76.25 | 30.71 | - |
| YUV | 208.04 | 80.01 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 123 | 0.35 | 0 | 0.50 | 0.03 | 101.28 | 0.9 | 0.73 |
| Hex | A2 | F8 | 7B | 23 | 0 | 32 | 3 | 65 | 5A | 49 |
| Octal | 242 | 370 | 173 | 43 | 0 | 62 | 3 | 145 | 132 | 111 |
| Binary | 10100010 | 11111000 | 1111011 | 100011 | 0 | 110010 | 11 | 1100101 | 1011010 | 1001001 |
Color Harmonies of #A2F87B
Complementary color
Monochromatic Colors of #A2F87B
Black with #A2F87B
Text Example
Text Example
White with #A2F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F87B; }
p { color: rgb(162,248,123); }
H1.HeaderClassName
{
color: #A2F87B;
}
.AnyTagClassName
{
color: #A2F87B;
}
</style>
background-color css
<style>
a { background-color: #A2F87B; }
a { background-color: rgb(162,248,123); }
div.DivClassName
{
background-color: #A2F87B;
}
.BgClassName
{
background-color: #A2F87B;
}
</style>
border-color css
<style>
span { border-color: #A2F87B; }
span { border-color: rgb(162,248,123); }
td.TdClassName
{
border-color: #A2F87B;
}
.TagClassName
{
border-color: #A2F87B;
}
</style>