Shades of Feijoa #AFDE8A
Tints of Feijoa #AFDE8A
RGB
CMYK
RGB Variations
Color information
#AFDE8A (or 0xAFDE8A) is known color: Feijoa. HEX triplet: AF, DE and 8A. RGB value is (175,222,138). Sum of RGB (Red+Green+Blue) = 175+222+138=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE8A is #502175. Grayscale: #C6C6C6. Windows color (decimal): -5251446 or 9100975. OLE color: 9100975.
HSL color Cylindrical-coordinate representation of color #AFDE8A: hue angle of 93.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDE8A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 138 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.13 |
| HSL | 93.57º | 0.56% | 0.71% | - |
| HSV(B) | 93.57º | 0.38% | 0.87% | - |
| XYZ | 48.39 | 63.19 | 33.69 | - |
| YUV | 198.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 138 | 0.21 | 0 | 0.38 | 0.13 | 93.57 | 0.56 | 0.71 |
| Hex | AF | DE | 8A | 15 | 0 | 26 | D | 5E | 38 | 47 |
| Octal | 257 | 336 | 212 | 25 | 0 | 46 | 15 | 136 | 70 | 107 |
| Binary | 10101111 | 11011110 | 10001010 | 10101 | 0 | 100110 | 1101 | 1011110 | 111000 | 1000111 |
Color Harmonies of #AFDE8A
Complementary color
Monochromatic Colors of #AFDE8A
Black with #AFDE8A
Text Example
Text Example
White with #AFDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE8A; }
p { color: rgb(175,222,138); }
H1.HeaderClassName
{
color: #AFDE8A;
}
.AnyTagClassName
{
color: #AFDE8A;
}
</style>
background-color css
<style>
a { background-color: #AFDE8A; }
a { background-color: rgb(175,222,138); }
div.DivClassName
{
background-color: #AFDE8A;
}
.BgClassName
{
background-color: #AFDE8A;
}
</style>
border-color css
<style>
span { border-color: #AFDE8A; }
span { border-color: rgb(175,222,138); }
td.TdClassName
{
border-color: #AFDE8A;
}
.TagClassName
{
border-color: #AFDE8A;
}
</style>