Shades of Feijoa #AFCF8B
Tints of Feijoa #AFCF8B
RGB
CMYK
RGB Variations
Color information
#AFCF8B (or 0xAFCF8B) is known color: Feijoa. HEX triplet: AF, CF and 8B. RGB value is (175,207,139). Sum of RGB (Red+Green+Blue) = 175+207+139=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCF8B is #503074. Grayscale: #BDBDBD. Windows color (decimal): -5255285 or 9162671. OLE color: 9162671.
HSL color Cylindrical-coordinate representation of color #AFCF8B: hue angle of 88.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFCF8B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 139 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.19 |
| HSL | 88.24º | 0.41% | 0.68% | - |
| HSV(B) | 88.24º | 0.33% | 0.81% | - |
| XYZ | 44.65 | 55.6 | 32.81 | - |
| YUV | 189.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 139 | 0.15 | 0 | 0.33 | 0.19 | 88.24 | 0.41 | 0.68 |
| Hex | AF | CF | 8B | F | 0 | 21 | 13 | 58 | 29 | 44 |
| Octal | 257 | 317 | 213 | 17 | 0 | 41 | 23 | 130 | 51 | 104 |
| Binary | 10101111 | 11001111 | 10001011 | 1111 | 0 | 100001 | 10011 | 1011000 | 101001 | 1000100 |
Color Harmonies of #AFCF8B
Complementary color
Monochromatic Colors of #AFCF8B
Black with #AFCF8B
Text Example
Text Example
White with #AFCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF8B; }
p { color: rgb(175,207,139); }
H1.HeaderClassName
{
color: #AFCF8B;
}
.AnyTagClassName
{
color: #AFCF8B;
}
</style>
background-color css
<style>
a { background-color: #AFCF8B; }
a { background-color: rgb(175,207,139); }
div.DivClassName
{
background-color: #AFCF8B;
}
.BgClassName
{
background-color: #AFCF8B;
}
</style>
border-color css
<style>
span { border-color: #AFCF8B; }
span { border-color: rgb(175,207,139); }
td.TdClassName
{
border-color: #AFCF8B;
}
.TagClassName
{
border-color: #AFCF8B;
}
</style>