Shades of Feijoa #AFEF8C
Tints of Feijoa #AFEF8C
RGB
CMYK
RGB Variations
Color information
#AFEF8C (or 0xAFEF8C) is known color: Feijoa. HEX triplet: AF, EF and 8C. RGB value is (175,239,140). Sum of RGB (Red+Green+Blue) = 175+239+140=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF8C is #501073. Grayscale: #D0D0D0. Windows color (decimal): -5247092 or 9236399. OLE color: 9236399.
HSL color Cylindrical-coordinate representation of color #AFEF8C: hue angle of 98.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFEF8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 140 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.06 |
| HSL | 98.79º | 0.76% | 0.74% | - |
| HSV(B) | 98.79º | 0.41% | 0.94% | - |
| XYZ | 53.28 | 72.74 | 36.04 | - |
| YUV | 208.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 140 | 0.27 | 0 | 0.41 | 0.06 | 98.79 | 0.76 | 0.74 |
| Hex | AF | EF | 8C | 1B | 0 | 29 | 6 | 63 | 4C | 4A |
| Octal | 257 | 357 | 214 | 33 | 0 | 51 | 6 | 143 | 114 | 112 |
| Binary | 10101111 | 11101111 | 10001100 | 11011 | 0 | 101001 | 110 | 1100011 | 1001100 | 1001010 |
Color Harmonies of #AFEF8C
Complementary color
Monochromatic Colors of #AFEF8C
Black with #AFEF8C
Text Example
Text Example
White with #AFEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF8C; }
p { color: rgb(175,239,140); }
H1.HeaderClassName
{
color: #AFEF8C;
}
.AnyTagClassName
{
color: #AFEF8C;
}
</style>
background-color css
<style>
a { background-color: #AFEF8C; }
a { background-color: rgb(175,239,140); }
div.DivClassName
{
background-color: #AFEF8C;
}
.BgClassName
{
background-color: #AFEF8C;
}
</style>
border-color css
<style>
span { border-color: #AFEF8C; }
span { border-color: rgb(175,239,140); }
td.TdClassName
{
border-color: #AFEF8C;
}
.TagClassName
{
border-color: #AFEF8C;
}
</style>