Shades of Feijoa #A8F184
Tints of Feijoa #A8F184
RGB
CMYK
RGB Variations
Color information
#A8F184 (or 0xA8F184) is known color: Feijoa. HEX triplet: A8, F1 and 84. RGB value is (168,241,132). Sum of RGB (Red+Green+Blue) = 168+241+132=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F184 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F184 is #570E7B. Grayscale: #CFCFCF. Windows color (decimal): -5705340 or 8712616. OLE color: 8712616.
HSL color Cylindrical-coordinate representation of color #A8F184: hue angle of 100.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8F184 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 132 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 100.18º | 0.8% | 0.73% | - |
| HSV(B) | 100.18º | 0.45% | 0.95% | - |
| XYZ | 51.77 | 72.9 | 33.17 | - |
| YUV | 206.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 132 | 0.30 | 0 | 0.45 | 0.05 | 100.18 | 0.8 | 0.73 |
| Hex | A8 | F1 | 84 | 1E | 0 | 2D | 5 | 64 | 50 | 49 |
| Octal | 250 | 361 | 204 | 36 | 0 | 55 | 5 | 144 | 120 | 111 |
| Binary | 10101000 | 11110001 | 10000100 | 11110 | 0 | 101101 | 101 | 1100100 | 1010000 | 1001001 |
Color Harmonies of #A8F184
Complementary color
Monochromatic Colors of #A8F184
Black with #A8F184
Text Example
Text Example
White with #A8F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F184; }
p { color: rgb(168,241,132); }
H1.HeaderClassName
{
color: #A8F184;
}
.AnyTagClassName
{
color: #A8F184;
}
</style>
background-color css
<style>
a { background-color: #A8F184; }
a { background-color: rgb(168,241,132); }
div.DivClassName
{
background-color: #A8F184;
}
.BgClassName
{
background-color: #A8F184;
}
</style>
border-color css
<style>
span { border-color: #A8F184; }
span { border-color: rgb(168,241,132); }
td.TdClassName
{
border-color: #A8F184;
}
.TagClassName
{
border-color: #A8F184;
}
</style>