Shades of Feijoa #ABE688
Tints of Feijoa #ABE688
RGB
CMYK
RGB Variations
Color information
#ABE688 (or 0xABE688) is known color: Feijoa. HEX triplet: AB, E6 and 88. RGB value is (171,230,136). Sum of RGB (Red+Green+Blue) = 171+230+136=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE688 is #541977. Grayscale: #C9C9C9. Windows color (decimal): -5511544 or 8971947. OLE color: 8971947.
HSL color Cylindrical-coordinate representation of color #ABE688: hue angle of 97.66º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABE688 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 136 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.10 |
| HSL | 97.66º | 0.65% | 0.72% | - |
| HSV(B) | 97.66º | 0.41% | 0.9% | - |
| XYZ | 49.54 | 67.03 | 33.62 | - |
| YUV | 201.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 136 | 0.26 | 0 | 0.41 | 0.10 | 97.66 | 0.65 | 0.72 |
| Hex | AB | E6 | 88 | 1A | 0 | 29 | A | 62 | 41 | 48 |
| Octal | 253 | 346 | 210 | 32 | 0 | 51 | 12 | 142 | 101 | 110 |
| Binary | 10101011 | 11100110 | 10001000 | 11010 | 0 | 101001 | 1010 | 1100010 | 1000001 | 1001000 |
Color Harmonies of #ABE688
Complementary color
Monochromatic Colors of #ABE688
Black with #ABE688
Text Example
Text Example
White with #ABE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE688; }
p { color: rgb(171,230,136); }
H1.HeaderClassName
{
color: #ABE688;
}
.AnyTagClassName
{
color: #ABE688;
}
</style>
background-color css
<style>
a { background-color: #ABE688; }
a { background-color: rgb(171,230,136); }
div.DivClassName
{
background-color: #ABE688;
}
.BgClassName
{
background-color: #ABE688;
}
</style>
border-color css
<style>
span { border-color: #ABE688; }
span { border-color: rgb(171,230,136); }
td.TdClassName
{
border-color: #ABE688;
}
.TagClassName
{
border-color: #ABE688;
}
</style>