Shades of Feijoa #ABDA70
Tints of Feijoa #ABDA70
RGB
CMYK
RGB Variations
Color information
#ABDA70 (or 0xABDA70) is known color: Feijoa. HEX triplet: AB, DA and 70. RGB value is (171,218,112). Sum of RGB (Red+Green+Blue) = 171+218+112=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA70 is #54258F. Grayscale: #C0C0C0. Windows color (decimal): -5514640 or 7396011. OLE color: 7396011.
HSL color Cylindrical-coordinate representation of color #ABDA70: hue angle of 86.6º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABDA70 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 112 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.15 |
| HSL | 86.6º | 0.59% | 0.65% | - |
| HSV(B) | 86.6º | 0.49% | 0.85% | - |
| XYZ | 44.79 | 59.97 | 24.54 | - |
| YUV | 191.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 112 | 0.22 | 0 | 0.49 | 0.15 | 86.6 | 0.59 | 0.65 |
| Hex | AB | DA | 70 | 16 | 0 | 31 | F | 57 | 3B | 41 |
| Octal | 253 | 332 | 160 | 26 | 0 | 61 | 17 | 127 | 73 | 101 |
| Binary | 10101011 | 11011010 | 1110000 | 10110 | 0 | 110001 | 1111 | 1010111 | 111011 | 1000001 |
Color Harmonies of #ABDA70
Complementary color
Monochromatic Colors of #ABDA70
Black with #ABDA70
Text Example
Text Example
White with #ABDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA70; }
p { color: rgb(171,218,112); }
H1.HeaderClassName
{
color: #ABDA70;
}
.AnyTagClassName
{
color: #ABDA70;
}
</style>
background-color css
<style>
a { background-color: #ABDA70; }
a { background-color: rgb(171,218,112); }
div.DivClassName
{
background-color: #ABDA70;
}
.BgClassName
{
background-color: #ABDA70;
}
</style>
border-color css
<style>
span { border-color: #ABDA70; }
span { border-color: rgb(171,218,112); }
td.TdClassName
{
border-color: #ABDA70;
}
.TagClassName
{
border-color: #ABDA70;
}
</style>