Shades of Feijoa #AFDD8C
Tints of Feijoa #AFDD8C
RGB
CMYK
RGB Variations
Color information
#AFDD8C (or 0xAFDD8C) is known color: Feijoa. HEX triplet: AF, DD and 8C. RGB value is (175,221,140). Sum of RGB (Red+Green+Blue) = 175+221+140=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD8C is #502273. Grayscale: #C6C6C6. Windows color (decimal): -5251700 or 9231791. OLE color: 9231791.
HSL color Cylindrical-coordinate representation of color #AFDD8C: hue angle of 94.07º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFDD8C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 140 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.13 |
| HSL | 94.07º | 0.54% | 0.71% | - |
| HSV(B) | 94.07º | 0.37% | 0.87% | - |
| XYZ | 48.27 | 62.72 | 34.37 | - |
| YUV | 198.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 140 | 0.21 | 0 | 0.37 | 0.13 | 94.07 | 0.54 | 0.71 |
| Hex | AF | DD | 8C | 15 | 0 | 25 | D | 5E | 36 | 47 |
| Octal | 257 | 335 | 214 | 25 | 0 | 45 | 15 | 136 | 66 | 107 |
| Binary | 10101111 | 11011101 | 10001100 | 10101 | 0 | 100101 | 1101 | 1011110 | 110110 | 1000111 |
Color Harmonies of #AFDD8C
Complementary color
Monochromatic Colors of #AFDD8C
Black with #AFDD8C
Text Example
Text Example
White with #AFDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD8C; }
p { color: rgb(175,221,140); }
H1.HeaderClassName
{
color: #AFDD8C;
}
.AnyTagClassName
{
color: #AFDD8C;
}
</style>
background-color css
<style>
a { background-color: #AFDD8C; }
a { background-color: rgb(175,221,140); }
div.DivClassName
{
background-color: #AFDD8C;
}
.BgClassName
{
background-color: #AFDD8C;
}
</style>
border-color css
<style>
span { border-color: #AFDD8C; }
span { border-color: rgb(175,221,140); }
td.TdClassName
{
border-color: #AFDD8C;
}
.TagClassName
{
border-color: #AFDD8C;
}
</style>