Shades of Feijoa #AFD873
Tints of Feijoa #AFD873
RGB
CMYK
RGB Variations
Color information
#AFD873 (or 0xAFD873) is known color: Feijoa. HEX triplet: AF, D8 and 73. RGB value is (175,216,115). Sum of RGB (Red+Green+Blue) = 175+216+115=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD873 is #50278C. Grayscale: #C0C0C0. Windows color (decimal): -5253005 or 7592111. OLE color: 7592111.
HSL color Cylindrical-coordinate representation of color #AFD873: hue angle of 84.36º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD873 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 115 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.15 |
| HSL | 84.36º | 0.56% | 0.65% | - |
| HSV(B) | 84.36º | 0.47% | 0.85% | - |
| XYZ | 45.33 | 59.46 | 25.31 | - |
| YUV | 192.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 115 | 0.19 | 0 | 0.47 | 0.15 | 84.36 | 0.56 | 0.65 |
| Hex | AF | D8 | 73 | 13 | 0 | 2F | F | 54 | 38 | 41 |
| Octal | 257 | 330 | 163 | 23 | 0 | 57 | 17 | 124 | 70 | 101 |
| Binary | 10101111 | 11011000 | 1110011 | 10011 | 0 | 101111 | 1111 | 1010100 | 111000 | 1000001 |
Color Harmonies of #AFD873
Complementary color
Monochromatic Colors of #AFD873
Black with #AFD873
Text Example
Text Example
White with #AFD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD873; }
p { color: rgb(175,216,115); }
H1.HeaderClassName
{
color: #AFD873;
}
.AnyTagClassName
{
color: #AFD873;
}
</style>
background-color css
<style>
a { background-color: #AFD873; }
a { background-color: rgb(175,216,115); }
div.DivClassName
{
background-color: #AFD873;
}
.BgClassName
{
background-color: #AFD873;
}
</style>
border-color css
<style>
span { border-color: #AFD873; }
span { border-color: rgb(175,216,115); }
td.TdClassName
{
border-color: #AFD873;
}
.TagClassName
{
border-color: #AFD873;
}
</style>