Shades of Feijoa #ABF06E
Tints of Feijoa #ABF06E
RGB
CMYK
RGB Variations
Color information
#ABF06E (or 0xABF06E) is known color: Feijoa. HEX triplet: AB, F0 and 6E. RGB value is (171,240,110). Sum of RGB (Red+Green+Blue) = 171+240+110=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF06E is #540F91. Grayscale: #CCCCCC. Windows color (decimal): -5509010 or 7270571. OLE color: 7270571.
HSL color Cylindrical-coordinate representation of color #ABF06E: hue angle of 91.85º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABF06E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 110 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.06 |
| HSL | 91.85º | 0.81% | 0.69% | - |
| HSV(B) | 91.85º | 0.54% | 0.94% | - |
| XYZ | 50.77 | 72.1 | 25.99 | - |
| YUV | 204.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 110 | 0.29 | 0 | 0.54 | 0.06 | 91.85 | 0.81 | 0.69 |
| Hex | AB | F0 | 6E | 1D | 0 | 36 | 6 | 5C | 51 | 45 |
| Octal | 253 | 360 | 156 | 35 | 0 | 66 | 6 | 134 | 121 | 105 |
| Binary | 10101011 | 11110000 | 1101110 | 11101 | 0 | 110110 | 110 | 1011100 | 1010001 | 1000101 |
Color Harmonies of #ABF06E
Complementary color
Monochromatic Colors of #ABF06E
Black with #ABF06E
Text Example
Text Example
White with #ABF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF06E; }
p { color: rgb(171,240,110); }
H1.HeaderClassName
{
color: #ABF06E;
}
.AnyTagClassName
{
color: #ABF06E;
}
</style>
background-color css
<style>
a { background-color: #ABF06E; }
a { background-color: rgb(171,240,110); }
div.DivClassName
{
background-color: #ABF06E;
}
.BgClassName
{
background-color: #ABF06E;
}
</style>
border-color css
<style>
span { border-color: #ABF06E; }
span { border-color: rgb(171,240,110); }
td.TdClassName
{
border-color: #ABF06E;
}
.TagClassName
{
border-color: #ABF06E;
}
</style>