Shades of Feijoa #AFDE8E
Tints of Feijoa #AFDE8E
RGB
CMYK
RGB Variations
Color information
#AFDE8E (or 0xAFDE8E) is known color: Feijoa. HEX triplet: AF, DE and 8E. RGB value is (175,222,142). Sum of RGB (Red+Green+Blue) = 175+222+142=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE8E is #502171. Grayscale: #C7C7C7. Windows color (decimal): -5251442 or 9363119. OLE color: 9363119.
HSL color Cylindrical-coordinate representation of color #AFDE8E: hue angle of 95.25º degrees, saturation: 0.55, 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 #AFDE8E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 142 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.13 |
| HSL | 95.25º | 0.55% | 0.71% | - |
| HSV(B) | 95.25º | 0.36% | 0.87% | - |
| XYZ | 48.68 | 63.31 | 35.25 | - |
| YUV | 198.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 142 | 0.21 | 0 | 0.36 | 0.13 | 95.25 | 0.55 | 0.71 |
| Hex | AF | DE | 8E | 15 | 0 | 24 | D | 5F | 37 | 47 |
| Octal | 257 | 336 | 216 | 25 | 0 | 44 | 15 | 137 | 67 | 107 |
| Binary | 10101111 | 11011110 | 10001110 | 10101 | 0 | 100100 | 1101 | 1011111 | 110111 | 1000111 |
Color Harmonies of #AFDE8E
Complementary color
Monochromatic Colors of #AFDE8E
Black with #AFDE8E
Text Example
Text Example
White with #AFDE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE8E; }
p { color: rgb(175,222,142); }
H1.HeaderClassName
{
color: #AFDE8E;
}
.AnyTagClassName
{
color: #AFDE8E;
}
</style>
background-color css
<style>
a { background-color: #AFDE8E; }
a { background-color: rgb(175,222,142); }
div.DivClassName
{
background-color: #AFDE8E;
}
.BgClassName
{
background-color: #AFDE8E;
}
</style>
border-color css
<style>
span { border-color: #AFDE8E; }
span { border-color: rgb(175,222,142); }
td.TdClassName
{
border-color: #AFDE8E;
}
.TagClassName
{
border-color: #AFDE8E;
}
</style>