Shades of Feijoa #ABDE90
Tints of Feijoa #ABDE90
RGB
CMYK
RGB Variations
Color information
#ABDE90 (or 0xABDE90) is known color: Feijoa. HEX triplet: AB, DE and 90. RGB value is (171,222,144). Sum of RGB (Red+Green+Blue) = 171+222+144=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE90 is #54216F. Grayscale: #C6C6C6. Windows color (decimal): -5513584 or 9494187. OLE color: 9494187.
HSL color Cylindrical-coordinate representation of color #ABDE90: hue angle of 99.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDE90 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 144 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.13 |
| HSL | 99.23º | 0.54% | 0.72% | - |
| HSV(B) | 99.23º | 0.35% | 0.87% | - |
| XYZ | 47.95 | 62.91 | 36 | - |
| YUV | 197.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 144 | 0.23 | 0 | 0.35 | 0.13 | 99.23 | 0.54 | 0.72 |
| Hex | AB | DE | 90 | 17 | 0 | 23 | D | 63 | 36 | 48 |
| Octal | 253 | 336 | 220 | 27 | 0 | 43 | 15 | 143 | 66 | 110 |
| Binary | 10101011 | 11011110 | 10010000 | 10111 | 0 | 100011 | 1101 | 1100011 | 110110 | 1001000 |
Color Harmonies of #ABDE90
Complementary color
Monochromatic Colors of #ABDE90
Black with #ABDE90
Text Example
Text Example
White with #ABDE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE90; }
p { color: rgb(171,222,144); }
H1.HeaderClassName
{
color: #ABDE90;
}
.AnyTagClassName
{
color: #ABDE90;
}
</style>
background-color css
<style>
a { background-color: #ABDE90; }
a { background-color: rgb(171,222,144); }
div.DivClassName
{
background-color: #ABDE90;
}
.BgClassName
{
background-color: #ABDE90;
}
</style>
border-color css
<style>
span { border-color: #ABDE90; }
span { border-color: rgb(171,222,144); }
td.TdClassName
{
border-color: #ABDE90;
}
.TagClassName
{
border-color: #ABDE90;
}
</style>