Shades of Feijoa #ABE185
Tints of Feijoa #ABE185
RGB
CMYK
RGB Variations
Color information
#ABE185 (or 0xABE185) is known color: Feijoa. HEX triplet: AB, E1 and 85. RGB value is (171,225,133). Sum of RGB (Red+Green+Blue) = 171+225+133=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE185 is #541E7A. Grayscale: #C6C6C6. Windows color (decimal): -5512827 or 8774059. OLE color: 8774059.
HSL color Cylindrical-coordinate representation of color #ABE185: hue angle of 95.22º 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 #ABE185 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 133 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.12 |
| HSL | 95.22º | 0.61% | 0.7% | - |
| HSV(B) | 95.22º | 0.41% | 0.88% | - |
| XYZ | 47.95 | 64.2 | 32.06 | - |
| YUV | 198.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 133 | 0.24 | 0 | 0.41 | 0.12 | 95.22 | 0.61 | 0.7 |
| Hex | AB | E1 | 85 | 18 | 0 | 29 | C | 5F | 3D | 46 |
| Octal | 253 | 341 | 205 | 30 | 0 | 51 | 14 | 137 | 75 | 106 |
| Binary | 10101011 | 11100001 | 10000101 | 11000 | 0 | 101001 | 1100 | 1011111 | 111101 | 1000110 |
Color Harmonies of #ABE185
Complementary color
Monochromatic Colors of #ABE185
Black with #ABE185
Text Example
Text Example
White with #ABE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE185; }
p { color: rgb(171,225,133); }
H1.HeaderClassName
{
color: #ABE185;
}
.AnyTagClassName
{
color: #ABE185;
}
</style>
background-color css
<style>
a { background-color: #ABE185; }
a { background-color: rgb(171,225,133); }
div.DivClassName
{
background-color: #ABE185;
}
.BgClassName
{
background-color: #ABE185;
}
</style>
border-color css
<style>
span { border-color: #ABE185; }
span { border-color: rgb(171,225,133); }
td.TdClassName
{
border-color: #ABE185;
}
.TagClassName
{
border-color: #ABE185;
}
</style>