Shades of Feijoa #AFDC8A
Tints of Feijoa #AFDC8A
RGB
CMYK
RGB Variations
Color information
#AFDC8A (or 0xAFDC8A) is known color: Feijoa. HEX triplet: AF, DC and 8A. RGB value is (175,220,138). Sum of RGB (Red+Green+Blue) = 175+220+138=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC8A is #502375. Grayscale: #C5C5C5. Windows color (decimal): -5251958 or 9100463. OLE color: 9100463.
HSL color Cylindrical-coordinate representation of color #AFDC8A: hue angle of 92.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFDC8A is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 138 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.14 |
| HSL | 92.93º | 0.54% | 0.7% | - |
| HSV(B) | 92.93º | 0.37% | 0.86% | - |
| XYZ | 47.86 | 62.14 | 33.52 | - |
| YUV | 197.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 138 | 0.20 | 0 | 0.37 | 0.14 | 92.93 | 0.54 | 0.7 |
| Hex | AF | DC | 8A | 14 | 0 | 25 | E | 5D | 36 | 46 |
| Octal | 257 | 334 | 212 | 24 | 0 | 45 | 16 | 135 | 66 | 106 |
| Binary | 10101111 | 11011100 | 10001010 | 10100 | 0 | 100101 | 1110 | 1011101 | 110110 | 1000110 |
Color Harmonies of #AFDC8A
Complementary color
Monochromatic Colors of #AFDC8A
Black with #AFDC8A
Text Example
Text Example
White with #AFDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC8A; }
p { color: rgb(175,220,138); }
H1.HeaderClassName
{
color: #AFDC8A;
}
.AnyTagClassName
{
color: #AFDC8A;
}
</style>
background-color css
<style>
a { background-color: #AFDC8A; }
a { background-color: rgb(175,220,138); }
div.DivClassName
{
background-color: #AFDC8A;
}
.BgClassName
{
background-color: #AFDC8A;
}
</style>
border-color css
<style>
span { border-color: #AFDC8A; }
span { border-color: rgb(175,220,138); }
td.TdClassName
{
border-color: #AFDC8A;
}
.TagClassName
{
border-color: #AFDC8A;
}
</style>