Shades of Feijoa #ABDC94
Tints of Feijoa #ABDC94
RGB
CMYK
RGB Variations
Color information
#ABDC94 (or 0xABDC94) is known color: Feijoa. HEX triplet: AB, DC and 94. RGB value is (171,220,148). Sum of RGB (Red+Green+Blue) = 171+220+148=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC94 is #54236B. Grayscale: #C5C5C5. Windows color (decimal): -5514092 or 9755819. OLE color: 9755819.
HSL color Cylindrical-coordinate representation of color #ABDC94: hue angle of 100.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDC94 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 148 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.14 |
| HSL | 100.83º | 0.51% | 0.72% | - |
| HSV(B) | 100.83º | 0.33% | 0.86% | - |
| XYZ | 47.73 | 61.98 | 37.46 | - |
| YUV | 197.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 148 | 0.22 | 0 | 0.33 | 0.14 | 100.83 | 0.51 | 0.72 |
| Hex | AB | DC | 94 | 16 | 0 | 21 | E | 65 | 33 | 48 |
| Octal | 253 | 334 | 224 | 26 | 0 | 41 | 16 | 145 | 63 | 110 |
| Binary | 10101011 | 11011100 | 10010100 | 10110 | 0 | 100001 | 1110 | 1100101 | 110011 | 1001000 |
Color Harmonies of #ABDC94
Complementary color
Monochromatic Colors of #ABDC94
Black with #ABDC94
Text Example
Text Example
White with #ABDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC94; }
p { color: rgb(171,220,148); }
H1.HeaderClassName
{
color: #ABDC94;
}
.AnyTagClassName
{
color: #ABDC94;
}
</style>
background-color css
<style>
a { background-color: #ABDC94; }
a { background-color: rgb(171,220,148); }
div.DivClassName
{
background-color: #ABDC94;
}
.BgClassName
{
background-color: #ABDC94;
}
</style>
border-color css
<style>
span { border-color: #ABDC94; }
span { border-color: rgb(171,220,148); }
td.TdClassName
{
border-color: #ABDC94;
}
.TagClassName
{
border-color: #ABDC94;
}
</style>