Shades of Feijoa #ABD390
Tints of Feijoa #ABD390
RGB
CMYK
RGB Variations
Color information
#ABD390 (or 0xABD390) is known color: Feijoa. HEX triplet: AB, D3 and 90. RGB value is (171,211,144). Sum of RGB (Red+Green+Blue) = 171+211+144=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD390 is #542C6F. Grayscale: #BFBFBF. Windows color (decimal): -5516400 or 9491371. OLE color: 9491371.
HSL color Cylindrical-coordinate representation of color #ABD390: hue angle of 95.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD390 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 144 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.17 |
| HSL | 95.82º | 0.43% | 0.7% | - |
| HSV(B) | 95.82º | 0.32% | 0.83% | - |
| XYZ | 45.12 | 57.26 | 35.06 | - |
| YUV | 191.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 144 | 0.19 | 0 | 0.32 | 0.17 | 95.82 | 0.43 | 0.7 |
| Hex | AB | D3 | 90 | 13 | 0 | 20 | 11 | 60 | 2B | 46 |
| Octal | 253 | 323 | 220 | 23 | 0 | 40 | 21 | 140 | 53 | 106 |
| Binary | 10101011 | 11010011 | 10010000 | 10011 | 0 | 100000 | 10001 | 1100000 | 101011 | 1000110 |
Color Harmonies of #ABD390
Complementary color
Monochromatic Colors of #ABD390
Black with #ABD390
Text Example
Text Example
White with #ABD390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD390; }
p { color: rgb(171,211,144); }
H1.HeaderClassName
{
color: #ABD390;
}
.AnyTagClassName
{
color: #ABD390;
}
</style>
background-color css
<style>
a { background-color: #ABD390; }
a { background-color: rgb(171,211,144); }
div.DivClassName
{
background-color: #ABD390;
}
.BgClassName
{
background-color: #ABD390;
}
</style>
border-color css
<style>
span { border-color: #ABD390; }
span { border-color: rgb(171,211,144); }
td.TdClassName
{
border-color: #ABD390;
}
.TagClassName
{
border-color: #ABD390;
}
</style>