Shades of Feijoa #ABDA93
Tints of Feijoa #ABDA93
RGB
CMYK
RGB Variations
Color information
#ABDA93 (or 0xABDA93) is known color: Feijoa. HEX triplet: AB, DA and 93. RGB value is (171,218,147). Sum of RGB (Red+Green+Blue) = 171+218+147=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA93 is #54256C. Grayscale: #C4C4C4. Windows color (decimal): -5514605 or 9689771. OLE color: 9689771.
HSL color Cylindrical-coordinate representation of color #ABDA93: hue angle of 99.72º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDA93 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 147 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.15 |
| HSL | 99.72º | 0.49% | 0.72% | - |
| HSV(B) | 99.72º | 0.33% | 0.85% | - |
| XYZ | 47.13 | 60.91 | 36.88 | - |
| YUV | 195.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 147 | 0.22 | 0 | 0.33 | 0.15 | 99.72 | 0.49 | 0.72 |
| Hex | AB | DA | 93 | 16 | 0 | 21 | F | 64 | 31 | 48 |
| Octal | 253 | 332 | 223 | 26 | 0 | 41 | 17 | 144 | 61 | 110 |
| Binary | 10101011 | 11011010 | 10010011 | 10110 | 0 | 100001 | 1111 | 1100100 | 110001 | 1001000 |
Color Harmonies of #ABDA93
Complementary color
Monochromatic Colors of #ABDA93
Black with #ABDA93
Text Example
Text Example
White with #ABDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA93; }
p { color: rgb(171,218,147); }
H1.HeaderClassName
{
color: #ABDA93;
}
.AnyTagClassName
{
color: #ABDA93;
}
</style>
background-color css
<style>
a { background-color: #ABDA93; }
a { background-color: rgb(171,218,147); }
div.DivClassName
{
background-color: #ABDA93;
}
.BgClassName
{
background-color: #ABDA93;
}
</style>
border-color css
<style>
span { border-color: #ABDA93; }
span { border-color: rgb(171,218,147); }
td.TdClassName
{
border-color: #ABDA93;
}
.TagClassName
{
border-color: #ABDA93;
}
</style>