Shades of Feijoa #A2F875
Tints of Feijoa #A2F875
RGB
CMYK
RGB Variations
Color information
#A2F875 (or 0xA2F875) is known color: Feijoa. HEX triplet: A2, F8 and 75. RGB value is (162,248,117). Sum of RGB (Red+Green+Blue) = 162+248+117=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F875 is #5D078A. Grayscale: #CFCFCF. Windows color (decimal): -6096779 or 7731362. OLE color: 7731362.
HSL color Cylindrical-coordinate representation of color #A2F875: hue angle of 99.39º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2F875 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 117 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.03 |
| HSL | 99.39º | 0.9% | 0.72% | - |
| HSV(B) | 99.39º | 0.53% | 0.97% | - |
| XYZ | 51.68 | 76.1 | 28.79 | - |
| YUV | 207.35 | 77.01 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 117 | 0.35 | 0 | 0.53 | 0.03 | 99.39 | 0.9 | 0.72 |
| Hex | A2 | F8 | 75 | 23 | 0 | 35 | 3 | 63 | 5A | 48 |
| Octal | 242 | 370 | 165 | 43 | 0 | 65 | 3 | 143 | 132 | 110 |
| Binary | 10100010 | 11111000 | 1110101 | 100011 | 0 | 110101 | 11 | 1100011 | 1011010 | 1001000 |
Color Harmonies of #A2F875
Complementary color
Monochromatic Colors of #A2F875
Black with #A2F875
Text Example
Text Example
White with #A2F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F875; }
p { color: rgb(162,248,117); }
H1.HeaderClassName
{
color: #A2F875;
}
.AnyTagClassName
{
color: #A2F875;
}
</style>
background-color css
<style>
a { background-color: #A2F875; }
a { background-color: rgb(162,248,117); }
div.DivClassName
{
background-color: #A2F875;
}
.BgClassName
{
background-color: #A2F875;
}
</style>
border-color css
<style>
span { border-color: #A2F875; }
span { border-color: rgb(162,248,117); }
td.TdClassName
{
border-color: #A2F875;
}
.TagClassName
{
border-color: #A2F875;
}
</style>