Shades of Feijoa #ABDE7A
Tints of Feijoa #ABDE7A
RGB
CMYK
RGB Variations
Color information
#ABDE7A (or 0xABDE7A) is known color: Feijoa. HEX triplet: AB, DE and 7A. RGB value is (171,222,122). Sum of RGB (Red+Green+Blue) = 171+222+122=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE7A is #542185. Grayscale: #C3C3C3. Windows color (decimal): -5513606 or 8052395. OLE color: 8052395.
HSL color Cylindrical-coordinate representation of color #ABDE7A: hue angle of 90.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABDE7A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 122 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 90.6º | 0.6% | 0.67% | - |
| HSV(B) | 90.6º | 0.45% | 0.87% | - |
| XYZ | 46.43 | 62.31 | 27.99 | - |
| YUV | 195.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 122 | 0.23 | 0 | 0.45 | 0.13 | 90.6 | 0.6 | 0.67 |
| Hex | AB | DE | 7A | 17 | 0 | 2D | D | 5B | 3C | 43 |
| Octal | 253 | 336 | 172 | 27 | 0 | 55 | 15 | 133 | 74 | 103 |
| Binary | 10101011 | 11011110 | 1111010 | 10111 | 0 | 101101 | 1101 | 1011011 | 111100 | 1000011 |
Color Harmonies of #ABDE7A
Complementary color
Monochromatic Colors of #ABDE7A
Black with #ABDE7A
Text Example
Text Example
White with #ABDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE7A; }
p { color: rgb(171,222,122); }
H1.HeaderClassName
{
color: #ABDE7A;
}
.AnyTagClassName
{
color: #ABDE7A;
}
</style>
background-color css
<style>
a { background-color: #ABDE7A; }
a { background-color: rgb(171,222,122); }
div.DivClassName
{
background-color: #ABDE7A;
}
.BgClassName
{
background-color: #ABDE7A;
}
</style>
border-color css
<style>
span { border-color: #ABDE7A; }
span { border-color: rgb(171,222,122); }
td.TdClassName
{
border-color: #ABDE7A;
}
.TagClassName
{
border-color: #ABDE7A;
}
</style>