Shades of Feijoa #ABDA90
Tints of Feijoa #ABDA90
RGB
CMYK
RGB Variations
Color information
#ABDA90 (or 0xABDA90) is known color: Feijoa. HEX triplet: AB, DA and 90. RGB value is (171,218,144). Sum of RGB (Red+Green+Blue) = 171+218+144=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA90 is #54256F. Grayscale: #C3C3C3. Windows color (decimal): -5514608 or 9493163. OLE color: 9493163.
HSL color Cylindrical-coordinate representation of color #ABDA90: hue angle of 98.11º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDA90 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 144 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.15 |
| HSL | 98.11º | 0.5% | 0.71% | - |
| HSV(B) | 98.11º | 0.34% | 0.85% | - |
| XYZ | 46.9 | 60.81 | 35.65 | - |
| YUV | 195.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 144 | 0.22 | 0 | 0.34 | 0.15 | 98.11 | 0.5 | 0.71 |
| Hex | AB | DA | 90 | 16 | 0 | 22 | F | 62 | 32 | 47 |
| Octal | 253 | 332 | 220 | 26 | 0 | 42 | 17 | 142 | 62 | 107 |
| Binary | 10101011 | 11011010 | 10010000 | 10110 | 0 | 100010 | 1111 | 1100010 | 110010 | 1000111 |
Color Harmonies of #ABDA90
Complementary color
Monochromatic Colors of #ABDA90
Black with #ABDA90
Text Example
Text Example
White with #ABDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA90; }
p { color: rgb(171,218,144); }
H1.HeaderClassName
{
color: #ABDA90;
}
.AnyTagClassName
{
color: #ABDA90;
}
</style>
background-color css
<style>
a { background-color: #ABDA90; }
a { background-color: rgb(171,218,144); }
div.DivClassName
{
background-color: #ABDA90;
}
.BgClassName
{
background-color: #ABDA90;
}
</style>
border-color css
<style>
span { border-color: #ABDA90; }
span { border-color: rgb(171,218,144); }
td.TdClassName
{
border-color: #ABDA90;
}
.TagClassName
{
border-color: #ABDA90;
}
</style>