Shades of Feijoa #ABDC81
Tints of Feijoa #ABDC81
RGB
CMYK
RGB Variations
Color information
#ABDC81 (or 0xABDC81) is known color: Feijoa. HEX triplet: AB, DC and 81. RGB value is (171,220,129). Sum of RGB (Red+Green+Blue) = 171+220+129=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC81 is #54237E. Grayscale: #C3C3C3. Windows color (decimal): -5514111 or 8510635. OLE color: 8510635.
HSL color Cylindrical-coordinate representation of color #ABDC81: hue angle of 92.31º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABDC81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 129 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.14 |
| HSL | 92.31º | 0.57% | 0.68% | - |
| HSV(B) | 92.31º | 0.41% | 0.86% | - |
| XYZ | 46.35 | 61.43 | 30.18 | - |
| YUV | 194.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 129 | 0.22 | 0 | 0.41 | 0.14 | 92.31 | 0.57 | 0.68 |
| Hex | AB | DC | 81 | 16 | 0 | 29 | E | 5C | 39 | 44 |
| Octal | 253 | 334 | 201 | 26 | 0 | 51 | 16 | 134 | 71 | 104 |
| Binary | 10101011 | 11011100 | 10000001 | 10110 | 0 | 101001 | 1110 | 1011100 | 111001 | 1000100 |
Color Harmonies of #ABDC81
Complementary color
Monochromatic Colors of #ABDC81
Black with #ABDC81
Text Example
Text Example
White with #ABDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC81; }
p { color: rgb(171,220,129); }
H1.HeaderClassName
{
color: #ABDC81;
}
.AnyTagClassName
{
color: #ABDC81;
}
</style>
background-color css
<style>
a { background-color: #ABDC81; }
a { background-color: rgb(171,220,129); }
div.DivClassName
{
background-color: #ABDC81;
}
.BgClassName
{
background-color: #ABDC81;
}
</style>
border-color css
<style>
span { border-color: #ABDC81; }
span { border-color: rgb(171,220,129); }
td.TdClassName
{
border-color: #ABDC81;
}
.TagClassName
{
border-color: #ABDC81;
}
</style>