Shades of Feijoa #ABDE6D
Tints of Feijoa #ABDE6D
RGB
CMYK
RGB Variations
Color information
#ABDE6D (or 0xABDE6D) is known color: Feijoa. HEX triplet: AB, DE and 6D. RGB value is (171,222,109). Sum of RGB (Red+Green+Blue) = 171+222+109=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE6D is #542192. Grayscale: #C2C2C2. Windows color (decimal): -5513619 or 7200427. OLE color: 7200427.
HSL color Cylindrical-coordinate representation of color #ABDE6D: hue angle of 87.08º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABDE6D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 109 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.13 |
| HSL | 87.08º | 0.63% | 0.65% | - |
| HSV(B) | 87.08º | 0.51% | 0.87% | - |
| XYZ | 45.68 | 62 | 24.03 | - |
| YUV | 193.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 109 | 0.23 | 0 | 0.51 | 0.13 | 87.08 | 0.63 | 0.65 |
| Hex | AB | DE | 6D | 17 | 0 | 33 | D | 57 | 3F | 41 |
| Octal | 253 | 336 | 155 | 27 | 0 | 63 | 15 | 127 | 77 | 101 |
| Binary | 10101011 | 11011110 | 1101101 | 10111 | 0 | 110011 | 1101 | 1010111 | 111111 | 1000001 |
Color Harmonies of #ABDE6D
Complementary color
Monochromatic Colors of #ABDE6D
Black with #ABDE6D
Text Example
Text Example
White with #ABDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE6D; }
p { color: rgb(171,222,109); }
H1.HeaderClassName
{
color: #ABDE6D;
}
.AnyTagClassName
{
color: #ABDE6D;
}
</style>
background-color css
<style>
a { background-color: #ABDE6D; }
a { background-color: rgb(171,222,109); }
div.DivClassName
{
background-color: #ABDE6D;
}
.BgClassName
{
background-color: #ABDE6D;
}
</style>
border-color css
<style>
span { border-color: #ABDE6D; }
span { border-color: rgb(171,222,109); }
td.TdClassName
{
border-color: #ABDE6D;
}
.TagClassName
{
border-color: #ABDE6D;
}
</style>