Shades of Feijoa #AFDF7E
Tints of Feijoa #AFDF7E
RGB
CMYK
RGB Variations
Color information
#AFDF7E (or 0xAFDF7E) is known color: Feijoa. HEX triplet: AF, DF and 7E. RGB value is (175,223,126). Sum of RGB (Red+Green+Blue) = 175+223+126=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7E is #502081. Grayscale: #C5C5C5. Windows color (decimal): -5251202 or 8314799. OLE color: 8314799.
HSL color Cylindrical-coordinate representation of color #AFDF7E: hue angle of 89.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFDF7E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 126 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.13 |
| HSL | 89.69º | 0.6% | 0.68% | - |
| HSV(B) | 89.69º | 0.43% | 0.87% | - |
| XYZ | 47.83 | 63.4 | 29.45 | - |
| YUV | 197.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 126 | 0.22 | 0 | 0.43 | 0.13 | 89.69 | 0.6 | 0.68 |
| Hex | AF | DF | 7E | 16 | 0 | 2B | D | 5A | 3C | 44 |
| Octal | 257 | 337 | 176 | 26 | 0 | 53 | 15 | 132 | 74 | 104 |
| Binary | 10101111 | 11011111 | 1111110 | 10110 | 0 | 101011 | 1101 | 1011010 | 111100 | 1000100 |
Color Harmonies of #AFDF7E
Complementary color
Monochromatic Colors of #AFDF7E
Black with #AFDF7E
Text Example
Text Example
White with #AFDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF7E; }
p { color: rgb(175,223,126); }
H1.HeaderClassName
{
color: #AFDF7E;
}
.AnyTagClassName
{
color: #AFDF7E;
}
</style>
background-color css
<style>
a { background-color: #AFDF7E; }
a { background-color: rgb(175,223,126); }
div.DivClassName
{
background-color: #AFDF7E;
}
.BgClassName
{
background-color: #AFDF7E;
}
</style>
border-color css
<style>
span { border-color: #AFDF7E; }
span { border-color: rgb(175,223,126); }
td.TdClassName
{
border-color: #AFDF7E;
}
.TagClassName
{
border-color: #AFDF7E;
}
</style>