Shades of Feijoa #AFDF7A
Tints of Feijoa #AFDF7A
RGB
CMYK
RGB Variations
Color information
#AFDF7A (or 0xAFDF7A) is known color: Feijoa. HEX triplet: AF, DF and 7A. RGB value is (175,223,122). Sum of RGB (Red+Green+Blue) = 175+223+122=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7A is #502085. Grayscale: #C5C5C5. Windows color (decimal): -5251206 or 8052655. OLE color: 8052655.
HSL color Cylindrical-coordinate representation of color #AFDF7A: hue angle of 88.51º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFDF7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 122 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.13 |
| HSL | 88.51º | 0.61% | 0.68% | - |
| HSV(B) | 88.51º | 0.45% | 0.87% | - |
| XYZ | 47.58 | 63.29 | 28.12 | - |
| YUV | 197.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 122 | 0.22 | 0 | 0.45 | 0.13 | 88.51 | 0.61 | 0.68 |
| Hex | AF | DF | 7A | 16 | 0 | 2D | D | 59 | 3D | 44 |
| Octal | 257 | 337 | 172 | 26 | 0 | 55 | 15 | 131 | 75 | 104 |
| Binary | 10101111 | 11011111 | 1111010 | 10110 | 0 | 101101 | 1101 | 1011001 | 111101 | 1000100 |
Color Harmonies of #AFDF7A
Complementary color
Monochromatic Colors of #AFDF7A
Black with #AFDF7A
Text Example
Text Example
White with #AFDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF7A; }
p { color: rgb(175,223,122); }
H1.HeaderClassName
{
color: #AFDF7A;
}
.AnyTagClassName
{
color: #AFDF7A;
}
</style>
background-color css
<style>
a { background-color: #AFDF7A; }
a { background-color: rgb(175,223,122); }
div.DivClassName
{
background-color: #AFDF7A;
}
.BgClassName
{
background-color: #AFDF7A;
}
</style>
border-color css
<style>
span { border-color: #AFDF7A; }
span { border-color: rgb(175,223,122); }
td.TdClassName
{
border-color: #AFDF7A;
}
.TagClassName
{
border-color: #AFDF7A;
}
</style>