Shades of Feijoa #ABDC90
Tints of Feijoa #ABDC90
RGB
CMYK
RGB Variations
Color information
#ABDC90 (or 0xABDC90) is known color: Feijoa. HEX triplet: AB, DC and 90. RGB value is (171,220,144). Sum of RGB (Red+Green+Blue) = 171+220+144=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC90 is #54236F. Grayscale: #C4C4C4. Windows color (decimal): -5514096 or 9493675. OLE color: 9493675.
HSL color Cylindrical-coordinate representation of color #ABDC90: hue angle of 98.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDC90 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 144 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.14 |
| HSL | 98.68º | 0.52% | 0.71% | - |
| HSV(B) | 98.68º | 0.35% | 0.86% | - |
| XYZ | 47.42 | 61.86 | 35.83 | - |
| YUV | 196.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 144 | 0.22 | 0 | 0.35 | 0.14 | 98.68 | 0.52 | 0.71 |
| Hex | AB | DC | 90 | 16 | 0 | 23 | E | 63 | 34 | 47 |
| Octal | 253 | 334 | 220 | 26 | 0 | 43 | 16 | 143 | 64 | 107 |
| Binary | 10101011 | 11011100 | 10010000 | 10110 | 0 | 100011 | 1110 | 1100011 | 110100 | 1000111 |
Color Harmonies of #ABDC90
Complementary color
Monochromatic Colors of #ABDC90
Black with #ABDC90
Text Example
Text Example
White with #ABDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC90; }
p { color: rgb(171,220,144); }
H1.HeaderClassName
{
color: #ABDC90;
}
.AnyTagClassName
{
color: #ABDC90;
}
</style>
background-color css
<style>
a { background-color: #ABDC90; }
a { background-color: rgb(171,220,144); }
div.DivClassName
{
background-color: #ABDC90;
}
.BgClassName
{
background-color: #ABDC90;
}
</style>
border-color css
<style>
span { border-color: #ABDC90; }
span { border-color: rgb(171,220,144); }
td.TdClassName
{
border-color: #ABDC90;
}
.TagClassName
{
border-color: #ABDC90;
}
</style>