Shades of Feijoa #AFDD8D
Tints of Feijoa #AFDD8D
RGB
CMYK
RGB Variations
Color information
#AFDD8D (or 0xAFDD8D) is known color: Feijoa. HEX triplet: AF, DD and 8D. RGB value is (175,221,141). Sum of RGB (Red+Green+Blue) = 175+221+141=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD8D is #502272. Grayscale: #C6C6C6. Windows color (decimal): -5251699 or 9297327. OLE color: 9297327.
HSL color Cylindrical-coordinate representation of color #AFDD8D: hue angle of 94.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFDD8D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 141 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.13 |
| HSL | 94.5º | 0.54% | 0.71% | - |
| HSV(B) | 94.5º | 0.36% | 0.87% | - |
| XYZ | 48.34 | 62.75 | 34.76 | - |
| YUV | 198.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 141 | 0.21 | 0 | 0.36 | 0.13 | 94.5 | 0.54 | 0.71 |
| Hex | AF | DD | 8D | 15 | 0 | 24 | D | 5E | 36 | 47 |
| Octal | 257 | 335 | 215 | 25 | 0 | 44 | 15 | 136 | 66 | 107 |
| Binary | 10101111 | 11011101 | 10001101 | 10101 | 0 | 100100 | 1101 | 1011110 | 110110 | 1000111 |
Color Harmonies of #AFDD8D
Complementary color
Monochromatic Colors of #AFDD8D
Black with #AFDD8D
Text Example
Text Example
White with #AFDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD8D; }
p { color: rgb(175,221,141); }
H1.HeaderClassName
{
color: #AFDD8D;
}
.AnyTagClassName
{
color: #AFDD8D;
}
</style>
background-color css
<style>
a { background-color: #AFDD8D; }
a { background-color: rgb(175,221,141); }
div.DivClassName
{
background-color: #AFDD8D;
}
.BgClassName
{
background-color: #AFDD8D;
}
</style>
border-color css
<style>
span { border-color: #AFDD8D; }
span { border-color: rgb(175,221,141); }
td.TdClassName
{
border-color: #AFDD8D;
}
.TagClassName
{
border-color: #AFDD8D;
}
</style>