Shades of Feijoa #AFED8D
Tints of Feijoa #AFED8D
RGB
CMYK
RGB Variations
Color information
#AFED8D (or 0xAFED8D) is known color: Feijoa. HEX triplet: AF, ED and 8D. RGB value is (175,237,141). Sum of RGB (Red+Green+Blue) = 175+237+141=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED8D is #501272. Grayscale: #CFCFCF. Windows color (decimal): -5247603 or 9301423. OLE color: 9301423.
HSL color Cylindrical-coordinate representation of color #AFED8D: hue angle of 98.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFED8D is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 141 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.07 |
| HSL | 98.75º | 0.73% | 0.74% | - |
| HSV(B) | 98.75º | 0.41% | 0.93% | - |
| XYZ | 52.77 | 71.61 | 36.24 | - |
| YUV | 207.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 141 | 0.26 | 0 | 0.41 | 0.07 | 98.75 | 0.73 | 0.74 |
| Hex | AF | ED | 8D | 1A | 0 | 29 | 7 | 63 | 49 | 4A |
| Octal | 257 | 355 | 215 | 32 | 0 | 51 | 7 | 143 | 111 | 112 |
| Binary | 10101111 | 11101101 | 10001101 | 11010 | 0 | 101001 | 111 | 1100011 | 1001001 | 1001010 |
Color Harmonies of #AFED8D
Complementary color
Monochromatic Colors of #AFED8D
Black with #AFED8D
Text Example
Text Example
White with #AFED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED8D; }
p { color: rgb(175,237,141); }
H1.HeaderClassName
{
color: #AFED8D;
}
.AnyTagClassName
{
color: #AFED8D;
}
</style>
background-color css
<style>
a { background-color: #AFED8D; }
a { background-color: rgb(175,237,141); }
div.DivClassName
{
background-color: #AFED8D;
}
.BgClassName
{
background-color: #AFED8D;
}
</style>
border-color css
<style>
span { border-color: #AFED8D; }
span { border-color: rgb(175,237,141); }
td.TdClassName
{
border-color: #AFED8D;
}
.TagClassName
{
border-color: #AFED8D;
}
</style>