Shades of Feijoa #ABE686
Tints of Feijoa #ABE686
RGB
CMYK
RGB Variations
Color information
#ABE686 (or 0xABE686) is known color: Feijoa. HEX triplet: AB, E6 and 86. RGB value is (171,230,134). Sum of RGB (Red+Green+Blue) = 171+230+134=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE686 is #541979. Grayscale: #C9C9C9. Windows color (decimal): -5511546 or 8840875. OLE color: 8840875.
HSL color Cylindrical-coordinate representation of color #ABE686: hue angle of 96.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABE686 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 134 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.10 |
| HSL | 96.88º | 0.66% | 0.71% | - |
| HSV(B) | 96.88º | 0.42% | 0.9% | - |
| XYZ | 49.39 | 66.97 | 32.88 | - |
| YUV | 201.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 134 | 0.26 | 0 | 0.42 | 0.10 | 96.88 | 0.66 | 0.71 |
| Hex | AB | E6 | 86 | 1A | 0 | 2A | A | 61 | 42 | 47 |
| Octal | 253 | 346 | 206 | 32 | 0 | 52 | 12 | 141 | 102 | 107 |
| Binary | 10101011 | 11100110 | 10000110 | 11010 | 0 | 101010 | 1010 | 1100001 | 1000010 | 1000111 |
Color Harmonies of #ABE686
Complementary color
Monochromatic Colors of #ABE686
Black with #ABE686
Text Example
Text Example
White with #ABE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE686; }
p { color: rgb(171,230,134); }
H1.HeaderClassName
{
color: #ABE686;
}
.AnyTagClassName
{
color: #ABE686;
}
</style>
background-color css
<style>
a { background-color: #ABE686; }
a { background-color: rgb(171,230,134); }
div.DivClassName
{
background-color: #ABE686;
}
.BgClassName
{
background-color: #ABE686;
}
</style>
border-color css
<style>
span { border-color: #ABE686; }
span { border-color: rgb(171,230,134); }
td.TdClassName
{
border-color: #ABE686;
}
.TagClassName
{
border-color: #ABE686;
}
</style>