Shades of Feijoa #ABDC80
Tints of Feijoa #ABDC80
RGB
CMYK
RGB Variations
Color information
#ABDC80 (or 0xABDC80) is known color: Feijoa. HEX triplet: AB, DC and 80. RGB value is (171,220,128). Sum of RGB (Red+Green+Blue) = 171+220+128=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC80 is #54237F. Grayscale: #C3C3C3. Windows color (decimal): -5514112 or 8445099. OLE color: 8445099.
HSL color Cylindrical-coordinate representation of color #ABDC80: hue angle of 91.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDC80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 128 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.14 |
| HSL | 91.96º | 0.57% | 0.68% | - |
| HSV(B) | 91.96º | 0.42% | 0.86% | - |
| XYZ | 46.28 | 61.4 | 29.83 | - |
| YUV | 194.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 128 | 0.22 | 0 | 0.42 | 0.14 | 91.96 | 0.57 | 0.68 |
| Hex | AB | DC | 80 | 16 | 0 | 2A | E | 5C | 39 | 44 |
| Octal | 253 | 334 | 200 | 26 | 0 | 52 | 16 | 134 | 71 | 104 |
| Binary | 10101011 | 11011100 | 10000000 | 10110 | 0 | 101010 | 1110 | 1011100 | 111001 | 1000100 |
Color Harmonies of #ABDC80
Complementary color
Monochromatic Colors of #ABDC80
Black with #ABDC80
Text Example
Text Example
White with #ABDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC80; }
p { color: rgb(171,220,128); }
H1.HeaderClassName
{
color: #ABDC80;
}
.AnyTagClassName
{
color: #ABDC80;
}
</style>
background-color css
<style>
a { background-color: #ABDC80; }
a { background-color: rgb(171,220,128); }
div.DivClassName
{
background-color: #ABDC80;
}
.BgClassName
{
background-color: #ABDC80;
}
</style>
border-color css
<style>
span { border-color: #ABDC80; }
span { border-color: rgb(171,220,128); }
td.TdClassName
{
border-color: #ABDC80;
}
.TagClassName
{
border-color: #ABDC80;
}
</style>