Shades of Feijoa #AFEF8D
Tints of Feijoa #AFEF8D
RGB
CMYK
RGB Variations
Color information
#AFEF8D (or 0xAFEF8D) is known color: Feijoa. HEX triplet: AF, EF and 8D. RGB value is (175,239,141). Sum of RGB (Red+Green+Blue) = 175+239+141=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF8D is #501072. Grayscale: #D1D1D1. Windows color (decimal): -5247091 or 9301935. OLE color: 9301935.
HSL color Cylindrical-coordinate representation of color #AFEF8D: hue angle of 99.18º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFEF8D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 141 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.06 |
| HSL | 99.18º | 0.75% | 0.75% | - |
| HSV(B) | 99.18º | 0.41% | 0.94% | - |
| XYZ | 53.35 | 72.77 | 36.43 | - |
| YUV | 208.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 141 | 0.27 | 0 | 0.41 | 0.06 | 99.18 | 0.75 | 0.75 |
| Hex | AF | EF | 8D | 1B | 0 | 29 | 6 | 63 | 4B | 4B |
| Octal | 257 | 357 | 215 | 33 | 0 | 51 | 6 | 143 | 113 | 113 |
| Binary | 10101111 | 11101111 | 10001101 | 11011 | 0 | 101001 | 110 | 1100011 | 1001011 | 1001011 |
Color Harmonies of #AFEF8D
Complementary color
Monochromatic Colors of #AFEF8D
Black with #AFEF8D
Text Example
Text Example
White with #AFEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF8D; }
p { color: rgb(175,239,141); }
H1.HeaderClassName
{
color: #AFEF8D;
}
.AnyTagClassName
{
color: #AFEF8D;
}
</style>
background-color css
<style>
a { background-color: #AFEF8D; }
a { background-color: rgb(175,239,141); }
div.DivClassName
{
background-color: #AFEF8D;
}
.BgClassName
{
background-color: #AFEF8D;
}
</style>
border-color css
<style>
span { border-color: #AFEF8D; }
span { border-color: rgb(175,239,141); }
td.TdClassName
{
border-color: #AFEF8D;
}
.TagClassName
{
border-color: #AFEF8D;
}
</style>