Shades of Feijoa #A8F185
Tints of Feijoa #A8F185
RGB
CMYK
RGB Variations
Color information
#A8F185 (or 0xA8F185) is known color: Feijoa. HEX triplet: A8, F1 and 85. RGB value is (168,241,133). Sum of RGB (Red+Green+Blue) = 168+241+133=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F185 is #570E7A. Grayscale: #CFCFCF. Windows color (decimal): -5705339 or 8778152. OLE color: 8778152.
HSL color Cylindrical-coordinate representation of color #A8F185: hue angle of 100.56º degrees, saturation: 0.79, 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 #A8F185 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 133 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.05 |
| HSL | 100.56º | 0.79% | 0.73% | - |
| HSV(B) | 100.56º | 0.45% | 0.95% | - |
| XYZ | 51.84 | 72.93 | 33.53 | - |
| YUV | 206.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 133 | 0.30 | 0 | 0.45 | 0.05 | 100.56 | 0.79 | 0.73 |
| Hex | A8 | F1 | 85 | 1E | 0 | 2D | 5 | 65 | 4F | 49 |
| Octal | 250 | 361 | 205 | 36 | 0 | 55 | 5 | 145 | 117 | 111 |
| Binary | 10101000 | 11110001 | 10000101 | 11110 | 0 | 101101 | 101 | 1100101 | 1001111 | 1001001 |
Color Harmonies of #A8F185
Complementary color
Monochromatic Colors of #A8F185
Black with #A8F185
Text Example
Text Example
White with #A8F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F185; }
p { color: rgb(168,241,133); }
H1.HeaderClassName
{
color: #A8F185;
}
.AnyTagClassName
{
color: #A8F185;
}
</style>
background-color css
<style>
a { background-color: #A8F185; }
a { background-color: rgb(168,241,133); }
div.DivClassName
{
background-color: #A8F185;
}
.BgClassName
{
background-color: #A8F185;
}
</style>
border-color css
<style>
span { border-color: #A8F185; }
span { border-color: rgb(168,241,133); }
td.TdClassName
{
border-color: #A8F185;
}
.TagClassName
{
border-color: #A8F185;
}
</style>