Shades of Feijoa #AFD696
Tints of Feijoa #AFD696
RGB
CMYK
RGB Variations
Color information
#AFD696 (or 0xAFD696) is known color: Feijoa. HEX triplet: AF, D6 and 96. RGB value is (175,214,150). Sum of RGB (Red+Green+Blue) = 175+214+150=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD696 is #502969. Grayscale: #C3C3C3. Windows color (decimal): -5253482 or 9885359. OLE color: 9885359.
HSL color Cylindrical-coordinate representation of color #AFD696: hue angle of 96.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD696 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 150 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.16 |
| HSL | 96.56º | 0.44% | 0.71% | - |
| HSV(B) | 96.56º | 0.3% | 0.84% | - |
| XYZ | 47.23 | 59.41 | 37.83 | - |
| YUV | 195.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 150 | 0.18 | 0 | 0.30 | 0.16 | 96.56 | 0.44 | 0.71 |
| Hex | AF | D6 | 96 | 12 | 0 | 1E | 10 | 61 | 2C | 47 |
| Octal | 257 | 326 | 226 | 22 | 0 | 36 | 20 | 141 | 54 | 107 |
| Binary | 10101111 | 11010110 | 10010110 | 10010 | 0 | 11110 | 10000 | 1100001 | 101100 | 1000111 |
Color Harmonies of #AFD696
Complementary color
Monochromatic Colors of #AFD696
Black with #AFD696
Text Example
Text Example
White with #AFD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD696; }
p { color: rgb(175,214,150); }
H1.HeaderClassName
{
color: #AFD696;
}
.AnyTagClassName
{
color: #AFD696;
}
</style>
background-color css
<style>
a { background-color: #AFD696; }
a { background-color: rgb(175,214,150); }
div.DivClassName
{
background-color: #AFD696;
}
.BgClassName
{
background-color: #AFD696;
}
</style>
border-color css
<style>
span { border-color: #AFD696; }
span { border-color: rgb(175,214,150); }
td.TdClassName
{
border-color: #AFD696;
}
.TagClassName
{
border-color: #AFD696;
}
</style>