Shades of Feijoa #AFDE7C
Tints of Feijoa #AFDE7C
RGB
CMYK
RGB Variations
Color information
#AFDE7C (or 0xAFDE7C) is known color: Feijoa. HEX triplet: AF, DE and 7C. RGB value is (175,222,124). Sum of RGB (Red+Green+Blue) = 175+222+124=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE7C is #502183. Grayscale: #C5C5C5. Windows color (decimal): -5251460 or 8183471. OLE color: 8183471.
HSL color Cylindrical-coordinate representation of color #AFDE7C: hue angle of 88.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFDE7C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 124 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.13 |
| HSL | 88.78º | 0.6% | 0.68% | - |
| HSV(B) | 88.78º | 0.44% | 0.87% | - |
| XYZ | 47.44 | 62.81 | 28.69 | - |
| YUV | 196.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 124 | 0.21 | 0 | 0.44 | 0.13 | 88.78 | 0.6 | 0.68 |
| Hex | AF | DE | 7C | 15 | 0 | 2C | D | 59 | 3C | 44 |
| Octal | 257 | 336 | 174 | 25 | 0 | 54 | 15 | 131 | 74 | 104 |
| Binary | 10101111 | 11011110 | 1111100 | 10101 | 0 | 101100 | 1101 | 1011001 | 111100 | 1000100 |
Color Harmonies of #AFDE7C
Complementary color
Monochromatic Colors of #AFDE7C
Black with #AFDE7C
Text Example
Text Example
White with #AFDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE7C; }
p { color: rgb(175,222,124); }
H1.HeaderClassName
{
color: #AFDE7C;
}
.AnyTagClassName
{
color: #AFDE7C;
}
</style>
background-color css
<style>
a { background-color: #AFDE7C; }
a { background-color: rgb(175,222,124); }
div.DivClassName
{
background-color: #AFDE7C;
}
.BgClassName
{
background-color: #AFDE7C;
}
</style>
border-color css
<style>
span { border-color: #AFDE7C; }
span { border-color: rgb(175,222,124); }
td.TdClassName
{
border-color: #AFDE7C;
}
.TagClassName
{
border-color: #AFDE7C;
}
</style>