Shades of Feijoa #ABE68D
Tints of Feijoa #ABE68D
RGB
CMYK
RGB Variations
Color information
#ABE68D (or 0xABE68D) is known color: Feijoa. HEX triplet: AB, E6 and 8D. RGB value is (171,230,141). Sum of RGB (Red+Green+Blue) = 171+230+141=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE68D is #541972. Grayscale: #CACACA. Windows color (decimal): -5511539 or 9299627. OLE color: 9299627.
HSL color Cylindrical-coordinate representation of color #ABE68D: hue angle of 99.78º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABE68D is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 141 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.10 |
| HSL | 99.78º | 0.64% | 0.73% | - |
| HSV(B) | 99.78º | 0.39% | 0.9% | - |
| XYZ | 49.9 | 67.17 | 35.54 | - |
| YUV | 202.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 141 | 0.26 | 0 | 0.39 | 0.10 | 99.78 | 0.64 | 0.73 |
| Hex | AB | E6 | 8D | 1A | 0 | 27 | A | 64 | 40 | 49 |
| Octal | 253 | 346 | 215 | 32 | 0 | 47 | 12 | 144 | 100 | 111 |
| Binary | 10101011 | 11100110 | 10001101 | 11010 | 0 | 100111 | 1010 | 1100100 | 1000000 | 1001001 |
Color Harmonies of #ABE68D
Complementary color
Monochromatic Colors of #ABE68D
Black with #ABE68D
Text Example
Text Example
White with #ABE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE68D; }
p { color: rgb(171,230,141); }
H1.HeaderClassName
{
color: #ABE68D;
}
.AnyTagClassName
{
color: #ABE68D;
}
</style>
background-color css
<style>
a { background-color: #ABE68D; }
a { background-color: rgb(171,230,141); }
div.DivClassName
{
background-color: #ABE68D;
}
.BgClassName
{
background-color: #ABE68D;
}
</style>
border-color css
<style>
span { border-color: #ABE68D; }
span { border-color: rgb(171,230,141); }
td.TdClassName
{
border-color: #ABE68D;
}
.TagClassName
{
border-color: #ABE68D;
}
</style>