Shades of Feijoa #ABDA81
Tints of Feijoa #ABDA81
RGB
CMYK
RGB Variations
Color information
#ABDA81 (or 0xABDA81) is known color: Feijoa. HEX triplet: AB, DA and 81. RGB value is (171,218,129). Sum of RGB (Red+Green+Blue) = 171+218+129=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA81 is #54257E. Grayscale: #C2C2C2. Windows color (decimal): -5514623 or 8510123. OLE color: 8510123.
HSL color Cylindrical-coordinate representation of color #ABDA81: hue angle of 91.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABDA81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 129 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.15 |
| HSL | 91.69º | 0.55% | 0.68% | - |
| HSV(B) | 91.69º | 0.41% | 0.85% | - |
| XYZ | 45.83 | 60.39 | 30.01 | - |
| YUV | 193.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 129 | 0.22 | 0 | 0.41 | 0.15 | 91.69 | 0.55 | 0.68 |
| Hex | AB | DA | 81 | 16 | 0 | 29 | F | 5C | 37 | 44 |
| Octal | 253 | 332 | 201 | 26 | 0 | 51 | 17 | 134 | 67 | 104 |
| Binary | 10101011 | 11011010 | 10000001 | 10110 | 0 | 101001 | 1111 | 1011100 | 110111 | 1000100 |
Color Harmonies of #ABDA81
Complementary color
Monochromatic Colors of #ABDA81
Black with #ABDA81
Text Example
Text Example
White with #ABDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA81; }
p { color: rgb(171,218,129); }
H1.HeaderClassName
{
color: #ABDA81;
}
.AnyTagClassName
{
color: #ABDA81;
}
</style>
background-color css
<style>
a { background-color: #ABDA81; }
a { background-color: rgb(171,218,129); }
div.DivClassName
{
background-color: #ABDA81;
}
.BgClassName
{
background-color: #ABDA81;
}
</style>
border-color css
<style>
span { border-color: #ABDA81; }
span { border-color: rgb(171,218,129); }
td.TdClassName
{
border-color: #ABDA81;
}
.TagClassName
{
border-color: #ABDA81;
}
</style>