Shades of Feijoa #ABDD76
Tints of Feijoa #ABDD76
RGB
CMYK
RGB Variations
Color information
#ABDD76 (or 0xABDD76) is known color: Feijoa. HEX triplet: AB, DD and 76. RGB value is (171,221,118). Sum of RGB (Red+Green+Blue) = 171+221+118=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD76 is #542289. Grayscale: #C2C2C2. Windows color (decimal): -5513866 or 7789995. OLE color: 7789995.
HSL color Cylindrical-coordinate representation of color #ABDD76: hue angle of 89.13º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABDD76 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 118 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.13 |
| HSL | 89.13º | 0.6% | 0.66% | - |
| HSV(B) | 89.13º | 0.47% | 0.87% | - |
| XYZ | 45.92 | 61.68 | 26.62 | - |
| YUV | 194.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 118 | 0.23 | 0 | 0.47 | 0.13 | 89.13 | 0.6 | 0.66 |
| Hex | AB | DD | 76 | 17 | 0 | 2F | D | 59 | 3C | 42 |
| Octal | 253 | 335 | 166 | 27 | 0 | 57 | 15 | 131 | 74 | 102 |
| Binary | 10101011 | 11011101 | 1110110 | 10111 | 0 | 101111 | 1101 | 1011001 | 111100 | 1000010 |
Color Harmonies of #ABDD76
Complementary color
Monochromatic Colors of #ABDD76
Black with #ABDD76
Text Example
Text Example
White with #ABDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD76; }
p { color: rgb(171,221,118); }
H1.HeaderClassName
{
color: #ABDD76;
}
.AnyTagClassName
{
color: #ABDD76;
}
</style>
background-color css
<style>
a { background-color: #ABDD76; }
a { background-color: rgb(171,221,118); }
div.DivClassName
{
background-color: #ABDD76;
}
.BgClassName
{
background-color: #ABDD76;
}
</style>
border-color css
<style>
span { border-color: #ABDD76; }
span { border-color: rgb(171,221,118); }
td.TdClassName
{
border-color: #ABDD76;
}
.TagClassName
{
border-color: #ABDD76;
}
</style>