Shades of Feijoa #AFDD7E
Tints of Feijoa #AFDD7E
RGB
CMYK
RGB Variations
Color information
#AFDD7E (or 0xAFDD7E) is known color: Feijoa. HEX triplet: AF, DD and 7E. RGB value is (175,221,126). Sum of RGB (Red+Green+Blue) = 175+221+126=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD7E is #502281. Grayscale: #C4C4C4. Windows color (decimal): -5251714 or 8314287. OLE color: 8314287.
HSL color Cylindrical-coordinate representation of color #AFDD7E: hue angle of 89.05º degrees, saturation: 0.58, 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 #AFDD7E is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 126 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.13 |
| HSL | 89.05º | 0.58% | 0.68% | - |
| HSV(B) | 89.05º | 0.43% | 0.87% | - |
| XYZ | 47.3 | 62.33 | 29.28 | - |
| YUV | 196.42 | 88.26 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 126 | 0.21 | 0 | 0.43 | 0.13 | 89.05 | 0.58 | 0.68 |
| Hex | AF | DD | 7E | 15 | 0 | 2B | D | 59 | 3A | 44 |
| Octal | 257 | 335 | 176 | 25 | 0 | 53 | 15 | 131 | 72 | 104 |
| Binary | 10101111 | 11011101 | 1111110 | 10101 | 0 | 101011 | 1101 | 1011001 | 111010 | 1000100 |
Color Harmonies of #AFDD7E
Complementary color
Monochromatic Colors of #AFDD7E
Black with #AFDD7E
Text Example
Text Example
White with #AFDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD7E; }
p { color: rgb(175,221,126); }
H1.HeaderClassName
{
color: #AFDD7E;
}
.AnyTagClassName
{
color: #AFDD7E;
}
</style>
background-color css
<style>
a { background-color: #AFDD7E; }
a { background-color: rgb(175,221,126); }
div.DivClassName
{
background-color: #AFDD7E;
}
.BgClassName
{
background-color: #AFDD7E;
}
</style>
border-color css
<style>
span { border-color: #AFDD7E; }
span { border-color: rgb(175,221,126); }
td.TdClassName
{
border-color: #AFDD7E;
}
.TagClassName
{
border-color: #AFDD7E;
}
</style>