Shades of Feijoa #AFD892
Tints of Feijoa #AFD892
RGB
CMYK
RGB Variations
Color information
#AFD892 (or 0xAFD892) is known color: Feijoa. HEX triplet: AF, D8 and 92. RGB value is (175,216,146). Sum of RGB (Red+Green+Blue) = 175+216+146=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD892 is #50276D. Grayscale: #C4C4C4. Windows color (decimal): -5252974 or 9623727. OLE color: 9623727.
HSL color Cylindrical-coordinate representation of color #AFD892: hue angle of 95.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD892 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 146 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.15 |
| HSL | 95.14º | 0.47% | 0.71% | - |
| HSV(B) | 95.14º | 0.32% | 0.85% | - |
| XYZ | 47.42 | 60.3 | 36.33 | - |
| YUV | 195.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 146 | 0.19 | 0 | 0.32 | 0.15 | 95.14 | 0.47 | 0.71 |
| Hex | AF | D8 | 92 | 13 | 0 | 20 | F | 5F | 2F | 47 |
| Octal | 257 | 330 | 222 | 23 | 0 | 40 | 17 | 137 | 57 | 107 |
| Binary | 10101111 | 11011000 | 10010010 | 10011 | 0 | 100000 | 1111 | 1011111 | 101111 | 1000111 |
Color Harmonies of #AFD892
Complementary color
Monochromatic Colors of #AFD892
Black with #AFD892
Text Example
Text Example
White with #AFD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD892; }
p { color: rgb(175,216,146); }
H1.HeaderClassName
{
color: #AFD892;
}
.AnyTagClassName
{
color: #AFD892;
}
</style>
background-color css
<style>
a { background-color: #AFD892; }
a { background-color: rgb(175,216,146); }
div.DivClassName
{
background-color: #AFD892;
}
.BgClassName
{
background-color: #AFD892;
}
</style>
border-color css
<style>
span { border-color: #AFD892; }
span { border-color: rgb(175,216,146); }
td.TdClassName
{
border-color: #AFD892;
}
.TagClassName
{
border-color: #AFD892;
}
</style>