Shades of Feijoa #AFDF8E
Tints of Feijoa #AFDF8E
RGB
CMYK
RGB Variations
Color information
#AFDF8E (or 0xAFDF8E) is known color: Feijoa. HEX triplet: AF, DF and 8E. RGB value is (175,223,142). Sum of RGB (Red+Green+Blue) = 175+223+142=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF8E is #502071. Grayscale: #C7C7C7. Windows color (decimal): -5251186 or 9363375. OLE color: 9363375.
HSL color Cylindrical-coordinate representation of color #AFDF8E: hue angle of 95.56º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFDF8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 142 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.13 |
| HSL | 95.56º | 0.56% | 0.72% | - |
| HSV(B) | 95.56º | 0.36% | 0.87% | - |
| XYZ | 48.95 | 63.84 | 35.33 | - |
| YUV | 199.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 142 | 0.22 | 0 | 0.36 | 0.13 | 95.56 | 0.56 | 0.72 |
| Hex | AF | DF | 8E | 16 | 0 | 24 | D | 60 | 38 | 48 |
| Octal | 257 | 337 | 216 | 26 | 0 | 44 | 15 | 140 | 70 | 110 |
| Binary | 10101111 | 11011111 | 10001110 | 10110 | 0 | 100100 | 1101 | 1100000 | 111000 | 1001000 |
Color Harmonies of #AFDF8E
Complementary color
Monochromatic Colors of #AFDF8E
Black with #AFDF8E
Text Example
Text Example
White with #AFDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF8E; }
p { color: rgb(175,223,142); }
H1.HeaderClassName
{
color: #AFDF8E;
}
.AnyTagClassName
{
color: #AFDF8E;
}
</style>
background-color css
<style>
a { background-color: #AFDF8E; }
a { background-color: rgb(175,223,142); }
div.DivClassName
{
background-color: #AFDF8E;
}
.BgClassName
{
background-color: #AFDF8E;
}
</style>
border-color css
<style>
span { border-color: #AFDF8E; }
span { border-color: rgb(175,223,142); }
td.TdClassName
{
border-color: #AFDF8E;
}
.TagClassName
{
border-color: #AFDF8E;
}
</style>