Shades of Feijoa #A8E185
Tints of Feijoa #A8E185
RGB
CMYK
RGB Variations
Color information
#A8E185 (or 0xA8E185) is known color: Feijoa. HEX triplet: A8, E1 and 85. RGB value is (168,225,133). Sum of RGB (Red+Green+Blue) = 168+225+133=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E185 is #571E7A. Grayscale: #C5C5C5. Windows color (decimal): -5709435 or 8774056. OLE color: 8774056.
HSL color Cylindrical-coordinate representation of color #A8E185: hue angle of 97.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8E185 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 133 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.12 |
| HSL | 97.17º | 0.61% | 0.7% | - |
| HSV(B) | 97.17º | 0.41% | 0.88% | - |
| XYZ | 47.31 | 63.87 | 32.02 | - |
| YUV | 197.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 133 | 0.25 | 0 | 0.41 | 0.12 | 97.17 | 0.61 | 0.7 |
| Hex | A8 | E1 | 85 | 19 | 0 | 29 | C | 61 | 3D | 46 |
| Octal | 250 | 341 | 205 | 31 | 0 | 51 | 14 | 141 | 75 | 106 |
| Binary | 10101000 | 11100001 | 10000101 | 11001 | 0 | 101001 | 1100 | 1100001 | 111101 | 1000110 |
Color Harmonies of #A8E185
Complementary color
Monochromatic Colors of #A8E185
Black with #A8E185
Text Example
Text Example
White with #A8E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E185; }
p { color: rgb(168,225,133); }
H1.HeaderClassName
{
color: #A8E185;
}
.AnyTagClassName
{
color: #A8E185;
}
</style>
background-color css
<style>
a { background-color: #A8E185; }
a { background-color: rgb(168,225,133); }
div.DivClassName
{
background-color: #A8E185;
}
.BgClassName
{
background-color: #A8E185;
}
</style>
border-color css
<style>
span { border-color: #A8E185; }
span { border-color: rgb(168,225,133); }
td.TdClassName
{
border-color: #A8E185;
}
.TagClassName
{
border-color: #A8E185;
}
</style>