Shades of Feijoa #A1DC76
Tints of Feijoa #A1DC76
RGB
CMYK
RGB Variations
Color information
#A1DC76 (or 0xA1DC76) is known color: Feijoa. HEX triplet: A1, DC and 76. RGB value is (161,220,118). Sum of RGB (Red+Green+Blue) = 161+220+118=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC76 is #5E2389. Grayscale: #BFBFBF. Windows color (decimal): -6169482 or 7789729. OLE color: 7789729.
HSL color Cylindrical-coordinate representation of color #A1DC76: hue angle of 94.71º 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 #A1DC76 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 118 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.14 |
| HSL | 94.71º | 0.59% | 0.66% | - |
| HSV(B) | 94.71º | 0.46% | 0.86% | - |
| XYZ | 43.56 | 60.07 | 26.44 | - |
| YUV | 190.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 118 | 0.27 | 0 | 0.46 | 0.14 | 94.71 | 0.59 | 0.66 |
| Hex | A1 | DC | 76 | 1B | 0 | 2E | E | 5F | 3B | 42 |
| Octal | 241 | 334 | 166 | 33 | 0 | 56 | 16 | 137 | 73 | 102 |
| Binary | 10100001 | 11011100 | 1110110 | 11011 | 0 | 101110 | 1110 | 1011111 | 111011 | 1000010 |
Color Harmonies of #A1DC76
Complementary color
Monochromatic Colors of #A1DC76
Black with #A1DC76
Text Example
Text Example
White with #A1DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC76; }
p { color: rgb(161,220,118); }
H1.HeaderClassName
{
color: #A1DC76;
}
.AnyTagClassName
{
color: #A1DC76;
}
</style>
background-color css
<style>
a { background-color: #A1DC76; }
a { background-color: rgb(161,220,118); }
div.DivClassName
{
background-color: #A1DC76;
}
.BgClassName
{
background-color: #A1DC76;
}
</style>
border-color css
<style>
span { border-color: #A1DC76; }
span { border-color: rgb(161,220,118); }
td.TdClassName
{
border-color: #A1DC76;
}
.TagClassName
{
border-color: #A1DC76;
}
</style>