Shades of Feijoa #A8F672
Tints of Feijoa #A8F672
RGB
CMYK
RGB Variations
Color information
#A8F672 (or 0xA8F672) is known color: Feijoa. HEX triplet: A8, F6 and 72. RGB value is (168,246,114). Sum of RGB (Red+Green+Blue) = 168+246+114=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F672 is #57098D. Grayscale: #D0D0D0. Windows color (decimal): -5704078 or 7534248. OLE color: 7534248.
HSL color Cylindrical-coordinate representation of color #A8F672: hue angle of 95.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F672 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 114 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.04 |
| HSL | 95.45º | 0.88% | 0.71% | - |
| HSV(B) | 95.45º | 0.54% | 0.96% | - |
| XYZ | 52.14 | 75.45 | 27.74 | - |
| YUV | 207.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 114 | 0.32 | 0 | 0.54 | 0.04 | 95.45 | 0.88 | 0.71 |
| Hex | A8 | F6 | 72 | 20 | 0 | 36 | 4 | 5F | 58 | 47 |
| Octal | 250 | 366 | 162 | 40 | 0 | 66 | 4 | 137 | 130 | 107 |
| Binary | 10101000 | 11110110 | 1110010 | 100000 | 0 | 110110 | 100 | 1011111 | 1011000 | 1000111 |
Color Harmonies of #A8F672
Complementary color
Monochromatic Colors of #A8F672
Black with #A8F672
Text Example
Text Example
White with #A8F672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F672; }
p { color: rgb(168,246,114); }
H1.HeaderClassName
{
color: #A8F672;
}
.AnyTagClassName
{
color: #A8F672;
}
</style>
background-color css
<style>
a { background-color: #A8F672; }
a { background-color: rgb(168,246,114); }
div.DivClassName
{
background-color: #A8F672;
}
.BgClassName
{
background-color: #A8F672;
}
</style>
border-color css
<style>
span { border-color: #A8F672; }
span { border-color: rgb(168,246,114); }
td.TdClassName
{
border-color: #A8F672;
}
.TagClassName
{
border-color: #A8F672;
}
</style>