Shades of Feijoa #AFD28B
Tints of Feijoa #AFD28B
RGB
CMYK
RGB Variations
Color information
#AFD28B (or 0xAFD28B) is known color: Feijoa. HEX triplet: AF, D2 and 8B. RGB value is (175,210,139). Sum of RGB (Red+Green+Blue) = 175+210+139=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD28B is #502D74. Grayscale: #BFBFBF. Windows color (decimal): -5254517 or 9163439. OLE color: 9163439.
HSL color Cylindrical-coordinate representation of color #AFD28B: hue angle of 89.58º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD28B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 139 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.18 |
| HSL | 89.58º | 0.44% | 0.68% | - |
| HSV(B) | 89.58º | 0.34% | 0.82% | - |
| XYZ | 45.39 | 57.07 | 33.05 | - |
| YUV | 191.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 139 | 0.17 | 0 | 0.34 | 0.18 | 89.58 | 0.44 | 0.68 |
| Hex | AF | D2 | 8B | 11 | 0 | 22 | 12 | 5A | 2C | 44 |
| Octal | 257 | 322 | 213 | 21 | 0 | 42 | 22 | 132 | 54 | 104 |
| Binary | 10101111 | 11010010 | 10001011 | 10001 | 0 | 100010 | 10010 | 1011010 | 101100 | 1000100 |
Color Harmonies of #AFD28B
Complementary color
Monochromatic Colors of #AFD28B
Black with #AFD28B
Text Example
Text Example
White with #AFD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD28B; }
p { color: rgb(175,210,139); }
H1.HeaderClassName
{
color: #AFD28B;
}
.AnyTagClassName
{
color: #AFD28B;
}
</style>
background-color css
<style>
a { background-color: #AFD28B; }
a { background-color: rgb(175,210,139); }
div.DivClassName
{
background-color: #AFD28B;
}
.BgClassName
{
background-color: #AFD28B;
}
</style>
border-color css
<style>
span { border-color: #AFD28B; }
span { border-color: rgb(175,210,139); }
td.TdClassName
{
border-color: #AFD28B;
}
.TagClassName
{
border-color: #AFD28B;
}
</style>