Shades of Feijoa #AFDC76
Tints of Feijoa #AFDC76
RGB
CMYK
RGB Variations
Color information
#AFDC76 (or 0xAFDC76) is known color: Feijoa. HEX triplet: AF, DC and 76. RGB value is (175,220,118). Sum of RGB (Red+Green+Blue) = 175+220+118=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC76 is #502389. Grayscale: #C3C3C3. Windows color (decimal): -5251978 or 7789743. OLE color: 7789743.
HSL color Cylindrical-coordinate representation of color #AFDC76: hue angle of 86.47º 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 #AFDC76 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 118 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.14 |
| HSL | 86.47º | 0.59% | 0.66% | - |
| HSV(B) | 86.47º | 0.46% | 0.86% | - |
| XYZ | 46.54 | 61.61 | 26.58 | - |
| YUV | 194.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 118 | 0.20 | 0 | 0.46 | 0.14 | 86.47 | 0.59 | 0.66 |
| Hex | AF | DC | 76 | 14 | 0 | 2E | E | 56 | 3B | 42 |
| Octal | 257 | 334 | 166 | 24 | 0 | 56 | 16 | 126 | 73 | 102 |
| Binary | 10101111 | 11011100 | 1110110 | 10100 | 0 | 101110 | 1110 | 1010110 | 111011 | 1000010 |
Color Harmonies of #AFDC76
Complementary color
Monochromatic Colors of #AFDC76
Black with #AFDC76
Text Example
Text Example
White with #AFDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC76; }
p { color: rgb(175,220,118); }
H1.HeaderClassName
{
color: #AFDC76;
}
.AnyTagClassName
{
color: #AFDC76;
}
</style>
background-color css
<style>
a { background-color: #AFDC76; }
a { background-color: rgb(175,220,118); }
div.DivClassName
{
background-color: #AFDC76;
}
.BgClassName
{
background-color: #AFDC76;
}
</style>
border-color css
<style>
span { border-color: #AFDC76; }
span { border-color: rgb(175,220,118); }
td.TdClassName
{
border-color: #AFDC76;
}
.TagClassName
{
border-color: #AFDC76;
}
</style>