Shades of Feijoa #ABDD78
Tints of Feijoa #ABDD78
RGB
CMYK
RGB Variations
Color information
#ABDD78 (or 0xABDD78) is known color: Feijoa. HEX triplet: AB, DD and 78. RGB value is (171,221,120). Sum of RGB (Red+Green+Blue) = 171+221+120=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD78 is #542287. Grayscale: #C2C2C2. Windows color (decimal): -5513864 or 7921067. OLE color: 7921067.
HSL color Cylindrical-coordinate representation of color #ABDD78: hue angle of 89.7º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABDD78 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 120 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.13 |
| HSL | 89.7º | 0.6% | 0.67% | - |
| HSV(B) | 89.7º | 0.46% | 0.87% | - |
| XYZ | 46.04 | 61.73 | 27.26 | - |
| YUV | 194.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 120 | 0.23 | 0 | 0.46 | 0.13 | 89.7 | 0.6 | 0.67 |
| Hex | AB | DD | 78 | 17 | 0 | 2E | D | 5A | 3C | 43 |
| Octal | 253 | 335 | 170 | 27 | 0 | 56 | 15 | 132 | 74 | 103 |
| Binary | 10101011 | 11011101 | 1111000 | 10111 | 0 | 101110 | 1101 | 1011010 | 111100 | 1000011 |
Color Harmonies of #ABDD78
Complementary color
Monochromatic Colors of #ABDD78
Black with #ABDD78
Text Example
Text Example
White with #ABDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD78; }
p { color: rgb(171,221,120); }
H1.HeaderClassName
{
color: #ABDD78;
}
.AnyTagClassName
{
color: #ABDD78;
}
</style>
background-color css
<style>
a { background-color: #ABDD78; }
a { background-color: rgb(171,221,120); }
div.DivClassName
{
background-color: #ABDD78;
}
.BgClassName
{
background-color: #ABDD78;
}
</style>
border-color css
<style>
span { border-color: #ABDD78; }
span { border-color: rgb(171,221,120); }
td.TdClassName
{
border-color: #ABDD78;
}
.TagClassName
{
border-color: #ABDD78;
}
</style>