Shades of Feijoa #AFDB8C
Tints of Feijoa #AFDB8C
RGB
CMYK
RGB Variations
Color information
#AFDB8C (or 0xAFDB8C) is known color: Feijoa. HEX triplet: AF, DB and 8C. RGB value is (175,219,140). Sum of RGB (Red+Green+Blue) = 175+219+140=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB8C is #502473. Grayscale: #C5C5C5. Windows color (decimal): -5252212 or 9231279. OLE color: 9231279.
HSL color Cylindrical-coordinate representation of color #AFDB8C: hue angle of 93.42º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFDB8C is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 140 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.14 |
| HSL | 93.42º | 0.52% | 0.7% | - |
| HSV(B) | 93.42º | 0.36% | 0.86% | - |
| XYZ | 47.74 | 61.67 | 34.2 | - |
| YUV | 196.84 | 95.92 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 140 | 0.20 | 0 | 0.36 | 0.14 | 93.42 | 0.52 | 0.7 |
| Hex | AF | DB | 8C | 14 | 0 | 24 | E | 5D | 34 | 46 |
| Octal | 257 | 333 | 214 | 24 | 0 | 44 | 16 | 135 | 64 | 106 |
| Binary | 10101111 | 11011011 | 10001100 | 10100 | 0 | 100100 | 1110 | 1011101 | 110100 | 1000110 |
Color Harmonies of #AFDB8C
Complementary color
Monochromatic Colors of #AFDB8C
Black with #AFDB8C
Text Example
Text Example
White with #AFDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB8C; }
p { color: rgb(175,219,140); }
H1.HeaderClassName
{
color: #AFDB8C;
}
.AnyTagClassName
{
color: #AFDB8C;
}
</style>
background-color css
<style>
a { background-color: #AFDB8C; }
a { background-color: rgb(175,219,140); }
div.DivClassName
{
background-color: #AFDB8C;
}
.BgClassName
{
background-color: #AFDB8C;
}
</style>
border-color css
<style>
span { border-color: #AFDB8C; }
span { border-color: rgb(175,219,140); }
td.TdClassName
{
border-color: #AFDB8C;
}
.TagClassName
{
border-color: #AFDB8C;
}
</style>