Shades of Feijoa #ABDC76
Tints of Feijoa #ABDC76
RGB
CMYK
RGB Variations
Color information
#ABDC76 (or 0xABDC76) is known color: Feijoa. HEX triplet: AB, DC and 76. RGB value is (171,220,118). Sum of RGB (Red+Green+Blue) = 171+220+118=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC76 is #542389. Grayscale: #C2C2C2. Windows color (decimal): -5514122 or 7789739. OLE color: 7789739.
HSL color Cylindrical-coordinate representation of color #ABDC76: hue angle of 88.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABDC76 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 118 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.14 |
| HSL | 88.82º | 0.59% | 0.66% | - |
| HSV(B) | 88.82º | 0.46% | 0.86% | - |
| XYZ | 45.66 | 61.15 | 26.54 | - |
| YUV | 193.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 118 | 0.22 | 0 | 0.46 | 0.14 | 88.82 | 0.59 | 0.66 |
| Hex | AB | DC | 76 | 16 | 0 | 2E | E | 59 | 3B | 42 |
| Octal | 253 | 334 | 166 | 26 | 0 | 56 | 16 | 131 | 73 | 102 |
| Binary | 10101011 | 11011100 | 1110110 | 10110 | 0 | 101110 | 1110 | 1011001 | 111011 | 1000010 |
Color Harmonies of #ABDC76
Complementary color
Monochromatic Colors of #ABDC76
Black with #ABDC76
Text Example
Text Example
White with #ABDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC76; }
p { color: rgb(171,220,118); }
H1.HeaderClassName
{
color: #ABDC76;
}
.AnyTagClassName
{
color: #ABDC76;
}
</style>
background-color css
<style>
a { background-color: #ABDC76; }
a { background-color: rgb(171,220,118); }
div.DivClassName
{
background-color: #ABDC76;
}
.BgClassName
{
background-color: #ABDC76;
}
</style>
border-color css
<style>
span { border-color: #ABDC76; }
span { border-color: rgb(171,220,118); }
td.TdClassName
{
border-color: #ABDC76;
}
.TagClassName
{
border-color: #ABDC76;
}
</style>