Shades of Feijoa #A8F584
Tints of Feijoa #A8F584
RGB
CMYK
RGB Variations
Color information
#A8F584 (or 0xA8F584) is known color: Feijoa. HEX triplet: A8, F5 and 84. RGB value is (168,245,132). Sum of RGB (Red+Green+Blue) = 168+245+132=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F584 is #570A7B. Grayscale: #D1D1D1. Windows color (decimal): -5704316 or 8713640. OLE color: 8713640.
HSL color Cylindrical-coordinate representation of color #A8F584: hue angle of 100.88º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F584 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 132 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.04 |
| HSL | 100.89º | 0.85% | 0.74% | - |
| HSV(B) | 100.89º | 0.46% | 0.96% | - |
| XYZ | 52.97 | 75.3 | 33.57 | - |
| YUV | 209.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 132 | 0.31 | 0 | 0.46 | 0.04 | 100.89 | 0.85 | 0.74 |
| Hex | A8 | F5 | 84 | 1F | 0 | 2E | 4 | 65 | 55 | 4A |
| Octal | 250 | 365 | 204 | 37 | 0 | 56 | 4 | 145 | 125 | 112 |
| Binary | 10101000 | 11110101 | 10000100 | 11111 | 0 | 101110 | 100 | 1100101 | 1010101 | 1001010 |
Color Harmonies of #A8F584
Complementary color
Monochromatic Colors of #A8F584
Black with #A8F584
Text Example
Text Example
White with #A8F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F584; }
p { color: rgb(168,245,132); }
H1.HeaderClassName
{
color: #A8F584;
}
.AnyTagClassName
{
color: #A8F584;
}
</style>
background-color css
<style>
a { background-color: #A8F584; }
a { background-color: rgb(168,245,132); }
div.DivClassName
{
background-color: #A8F584;
}
.BgClassName
{
background-color: #A8F584;
}
</style>
border-color css
<style>
span { border-color: #A8F584; }
span { border-color: rgb(168,245,132); }
td.TdClassName
{
border-color: #A8F584;
}
.TagClassName
{
border-color: #A8F584;
}
</style>