Shades of Feijoa #ABDA94
Tints of Feijoa #ABDA94
RGB
CMYK
RGB Variations
Color information
#ABDA94 (or 0xABDA94) is known color: Feijoa. HEX triplet: AB, DA and 94. RGB value is (171,218,148). Sum of RGB (Red+Green+Blue) = 171+218+148=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA94 is #54256B. Grayscale: #C4C4C4. Windows color (decimal): -5514604 or 9755307. OLE color: 9755307.
HSL color Cylindrical-coordinate representation of color #ABDA94: hue angle of 100.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABDA94 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 148 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.15 |
| HSL | 100.29º | 0.49% | 0.72% | - |
| HSV(B) | 100.29º | 0.32% | 0.85% | - |
| XYZ | 47.21 | 60.94 | 37.29 | - |
| YUV | 195.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 148 | 0.22 | 0 | 0.32 | 0.15 | 100.29 | 0.49 | 0.72 |
| Hex | AB | DA | 94 | 16 | 0 | 20 | F | 64 | 31 | 48 |
| Octal | 253 | 332 | 224 | 26 | 0 | 40 | 17 | 144 | 61 | 110 |
| Binary | 10101011 | 11011010 | 10010100 | 10110 | 0 | 100000 | 1111 | 1100100 | 110001 | 1001000 |
Color Harmonies of #ABDA94
Complementary color
Monochromatic Colors of #ABDA94
Black with #ABDA94
Text Example
Text Example
White with #ABDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA94; }
p { color: rgb(171,218,148); }
H1.HeaderClassName
{
color: #ABDA94;
}
.AnyTagClassName
{
color: #ABDA94;
}
</style>
background-color css
<style>
a { background-color: #ABDA94; }
a { background-color: rgb(171,218,148); }
div.DivClassName
{
background-color: #ABDA94;
}
.BgClassName
{
background-color: #ABDA94;
}
</style>
border-color css
<style>
span { border-color: #ABDA94; }
span { border-color: rgb(171,218,148); }
td.TdClassName
{
border-color: #ABDA94;
}
.TagClassName
{
border-color: #ABDA94;
}
</style>