Shades of Feijoa #AFD988
Tints of Feijoa #AFD988
RGB
CMYK
RGB Variations
Color information
#AFD988 (or 0xAFD988) is known color: Feijoa. HEX triplet: AF, D9 and 88. RGB value is (175,217,136). Sum of RGB (Red+Green+Blue) = 175+217+136=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD988 is #502677. Grayscale: #C3C3C3. Windows color (decimal): -5252728 or 8968623. OLE color: 8968623.
HSL color Cylindrical-coordinate representation of color #AFD988: hue angle of 91.11º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFD988 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 136 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.15 |
| HSL | 91.11º | 0.52% | 0.69% | - |
| HSV(B) | 91.11º | 0.37% | 0.85% | - |
| XYZ | 46.94 | 60.52 | 32.5 | - |
| YUV | 195.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 136 | 0.19 | 0 | 0.37 | 0.15 | 91.11 | 0.52 | 0.69 |
| Hex | AF | D9 | 88 | 13 | 0 | 25 | F | 5B | 34 | 45 |
| Octal | 257 | 331 | 210 | 23 | 0 | 45 | 17 | 133 | 64 | 105 |
| Binary | 10101111 | 11011001 | 10001000 | 10011 | 0 | 100101 | 1111 | 1011011 | 110100 | 1000101 |
Color Harmonies of #AFD988
Complementary color
Monochromatic Colors of #AFD988
Black with #AFD988
Text Example
Text Example
White with #AFD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD988; }
p { color: rgb(175,217,136); }
H1.HeaderClassName
{
color: #AFD988;
}
.AnyTagClassName
{
color: #AFD988;
}
</style>
background-color css
<style>
a { background-color: #AFD988; }
a { background-color: rgb(175,217,136); }
div.DivClassName
{
background-color: #AFD988;
}
.BgClassName
{
background-color: #AFD988;
}
</style>
border-color css
<style>
span { border-color: #AFD988; }
span { border-color: rgb(175,217,136); }
td.TdClassName
{
border-color: #AFD988;
}
.TagClassName
{
border-color: #AFD988;
}
</style>