Shades of Feijoa #ABD380
Tints of Feijoa #ABD380
RGB
CMYK
RGB Variations
Color information
#ABD380 (or 0xABD380) is known color: Feijoa. HEX triplet: AB, D3 and 80. RGB value is (171,211,128). Sum of RGB (Red+Green+Blue) = 171+211+128=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD380 is #542C7F. Grayscale: #BDBDBD. Windows color (decimal): -5516416 or 8442795. OLE color: 8442795.
HSL color Cylindrical-coordinate representation of color #ABD380: hue angle of 88.92º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABD380 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 128 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.17 |
| HSL | 88.92º | 0.49% | 0.66% | - |
| HSV(B) | 88.92º | 0.39% | 0.83% | - |
| XYZ | 43.99 | 56.8 | 29.07 | - |
| YUV | 189.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 128 | 0.19 | 0 | 0.39 | 0.17 | 88.92 | 0.49 | 0.66 |
| Hex | AB | D3 | 80 | 13 | 0 | 27 | 11 | 59 | 31 | 42 |
| Octal | 253 | 323 | 200 | 23 | 0 | 47 | 21 | 131 | 61 | 102 |
| Binary | 10101011 | 11010011 | 10000000 | 10011 | 0 | 100111 | 10001 | 1011001 | 110001 | 1000010 |
Color Harmonies of #ABD380
Complementary color
Monochromatic Colors of #ABD380
Black with #ABD380
Text Example
Text Example
White with #ABD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD380; }
p { color: rgb(171,211,128); }
H1.HeaderClassName
{
color: #ABD380;
}
.AnyTagClassName
{
color: #ABD380;
}
</style>
background-color css
<style>
a { background-color: #ABD380; }
a { background-color: rgb(171,211,128); }
div.DivClassName
{
background-color: #ABD380;
}
.BgClassName
{
background-color: #ABD380;
}
</style>
border-color css
<style>
span { border-color: #ABD380; }
span { border-color: rgb(171,211,128); }
td.TdClassName
{
border-color: #ABD380;
}
.TagClassName
{
border-color: #ABD380;
}
</style>