Shades of Feijoa #AFEC80
Tints of Feijoa #AFEC80
RGB
CMYK
RGB Variations
Color information
#AFEC80 (or 0xAFEC80) is known color: Feijoa. HEX triplet: AF, EC and 80. RGB value is (175,236,128). Sum of RGB (Red+Green+Blue) = 175+236+128=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC80 is #50137F. Grayscale: #CDCDCD. Windows color (decimal): -5247872 or 8449199. OLE color: 8449199.
HSL color Cylindrical-coordinate representation of color #AFEC80: hue angle of 93.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFEC80 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 128 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.07 |
| HSL | 93.89º | 0.74% | 0.71% | - |
| HSV(B) | 93.89º | 0.46% | 0.93% | - |
| XYZ | 51.57 | 70.66 | 31.34 | - |
| YUV | 205.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 128 | 0.26 | 0 | 0.46 | 0.07 | 93.89 | 0.74 | 0.71 |
| Hex | AF | EC | 80 | 1A | 0 | 2E | 7 | 5E | 4A | 47 |
| Octal | 257 | 354 | 200 | 32 | 0 | 56 | 7 | 136 | 112 | 107 |
| Binary | 10101111 | 11101100 | 10000000 | 11010 | 0 | 101110 | 111 | 1011110 | 1001010 | 1000111 |
Color Harmonies of #AFEC80
Complementary color
Monochromatic Colors of #AFEC80
Black with #AFEC80
Text Example
Text Example
White with #AFEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC80; }
p { color: rgb(175,236,128); }
H1.HeaderClassName
{
color: #AFEC80;
}
.AnyTagClassName
{
color: #AFEC80;
}
</style>
background-color css
<style>
a { background-color: #AFEC80; }
a { background-color: rgb(175,236,128); }
div.DivClassName
{
background-color: #AFEC80;
}
.BgClassName
{
background-color: #AFEC80;
}
</style>
border-color css
<style>
span { border-color: #AFEC80; }
span { border-color: rgb(175,236,128); }
td.TdClassName
{
border-color: #AFEC80;
}
.TagClassName
{
border-color: #AFEC80;
}
</style>