Shades of Feijoa #ABDC8A
Tints of Feijoa #ABDC8A
RGB
CMYK
RGB Variations
Color information
#ABDC8A (or 0xABDC8A) is known color: Feijoa. HEX triplet: AB, DC and 8A. RGB value is (171,220,138). Sum of RGB (Red+Green+Blue) = 171+220+138=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC8A is #542375. Grayscale: #C4C4C4. Windows color (decimal): -5514102 or 9100459. OLE color: 9100459.
HSL color Cylindrical-coordinate representation of color #ABDC8A: hue angle of 95.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABDC8A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 138 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.14 |
| HSL | 95.85º | 0.54% | 0.7% | - |
| HSV(B) | 95.85º | 0.37% | 0.86% | - |
| XYZ | 46.98 | 61.68 | 33.47 | - |
| YUV | 196 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 138 | 0.22 | 0 | 0.37 | 0.14 | 95.85 | 0.54 | 0.7 |
| Hex | AB | DC | 8A | 16 | 0 | 25 | E | 60 | 36 | 46 |
| Octal | 253 | 334 | 212 | 26 | 0 | 45 | 16 | 140 | 66 | 106 |
| Binary | 10101011 | 11011100 | 10001010 | 10110 | 0 | 100101 | 1110 | 1100000 | 110110 | 1000110 |
Color Harmonies of #ABDC8A
Complementary color
Monochromatic Colors of #ABDC8A
Black with #ABDC8A
Text Example
Text Example
White with #ABDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC8A; }
p { color: rgb(171,220,138); }
H1.HeaderClassName
{
color: #ABDC8A;
}
.AnyTagClassName
{
color: #ABDC8A;
}
</style>
background-color css
<style>
a { background-color: #ABDC8A; }
a { background-color: rgb(171,220,138); }
div.DivClassName
{
background-color: #ABDC8A;
}
.BgClassName
{
background-color: #ABDC8A;
}
</style>
border-color css
<style>
span { border-color: #ABDC8A; }
span { border-color: rgb(171,220,138); }
td.TdClassName
{
border-color: #ABDC8A;
}
.TagClassName
{
border-color: #ABDC8A;
}
</style>