Shades of Feijoa #AFDC96
Tints of Feijoa #AFDC96
RGB
CMYK
RGB Variations
Color information
#AFDC96 (or 0xAFDC96) is known color: Feijoa. HEX triplet: AF, DC and 96. RGB value is (175,220,150). Sum of RGB (Red+Green+Blue) = 175+220+150=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC96 is #502369. Grayscale: #C6C6C6. Windows color (decimal): -5251946 or 9886895. OLE color: 9886895.
HSL color Cylindrical-coordinate representation of color #AFDC96: hue angle of 98.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDC96 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 150 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.14 |
| HSL | 98.57º | 0.5% | 0.73% | - |
| HSV(B) | 98.57º | 0.32% | 0.86% | - |
| XYZ | 48.78 | 62.5 | 38.35 | - |
| YUV | 198.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 150 | 0.20 | 0 | 0.32 | 0.14 | 98.57 | 0.5 | 0.73 |
| Hex | AF | DC | 96 | 14 | 0 | 20 | E | 63 | 32 | 49 |
| Octal | 257 | 334 | 226 | 24 | 0 | 40 | 16 | 143 | 62 | 111 |
| Binary | 10101111 | 11011100 | 10010110 | 10100 | 0 | 100000 | 1110 | 1100011 | 110010 | 1001001 |
Color Harmonies of #AFDC96
Complementary color
Monochromatic Colors of #AFDC96
Black with #AFDC96
Text Example
Text Example
White with #AFDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC96; }
p { color: rgb(175,220,150); }
H1.HeaderClassName
{
color: #AFDC96;
}
.AnyTagClassName
{
color: #AFDC96;
}
</style>
background-color css
<style>
a { background-color: #AFDC96; }
a { background-color: rgb(175,220,150); }
div.DivClassName
{
background-color: #AFDC96;
}
.BgClassName
{
background-color: #AFDC96;
}
</style>
border-color css
<style>
span { border-color: #AFDC96; }
span { border-color: rgb(175,220,150); }
td.TdClassName
{
border-color: #AFDC96;
}
.TagClassName
{
border-color: #AFDC96;
}
</style>