Shades of Feijoa #A8F772
Tints of Feijoa #A8F772
RGB
CMYK
RGB Variations
Color information
#A8F772 (or 0xA8F772) is known color: Feijoa. HEX triplet: A8, F7 and 72. RGB value is (168,247,114). Sum of RGB (Red+Green+Blue) = 168+247+114=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F772 is #57088D. Grayscale: #D0D0D0. Windows color (decimal): -5703822 or 7534504. OLE color: 7534504.
HSL color Cylindrical-coordinate representation of color #A8F772: hue angle of 95.64º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F772 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 114 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.03 |
| HSL | 95.64º | 0.89% | 0.71% | - |
| HSV(B) | 95.64º | 0.54% | 0.97% | - |
| XYZ | 52.45 | 76.06 | 27.84 | - |
| YUV | 208.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 114 | 0.32 | 0 | 0.54 | 0.03 | 95.64 | 0.89 | 0.71 |
| Hex | A8 | F7 | 72 | 20 | 0 | 36 | 3 | 60 | 59 | 47 |
| Octal | 250 | 367 | 162 | 40 | 0 | 66 | 3 | 140 | 131 | 107 |
| Binary | 10101000 | 11110111 | 1110010 | 100000 | 0 | 110110 | 11 | 1100000 | 1011001 | 1000111 |
Color Harmonies of #A8F772
Complementary color
Monochromatic Colors of #A8F772
Black with #A8F772
Text Example
Text Example
White with #A8F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F772; }
p { color: rgb(168,247,114); }
H1.HeaderClassName
{
color: #A8F772;
}
.AnyTagClassName
{
color: #A8F772;
}
</style>
background-color css
<style>
a { background-color: #A8F772; }
a { background-color: rgb(168,247,114); }
div.DivClassName
{
background-color: #A8F772;
}
.BgClassName
{
background-color: #A8F772;
}
</style>
border-color css
<style>
span { border-color: #A8F772; }
span { border-color: rgb(168,247,114); }
td.TdClassName
{
border-color: #A8F772;
}
.TagClassName
{
border-color: #A8F772;
}
</style>