Shades of Feijoa #AFE17A
Tints of Feijoa #AFE17A
RGB
CMYK
RGB Variations
Color information
#AFE17A (or 0xAFE17A) is known color: Feijoa. HEX triplet: AF, E1 and 7A. RGB value is (175,225,122). Sum of RGB (Red+Green+Blue) = 175+225+122=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17A is #501E85. Grayscale: #C6C6C6. Windows color (decimal): -5250694 or 8053167. OLE color: 8053167.
HSL color Cylindrical-coordinate representation of color #AFE17A: hue angle of 89.13º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE17A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 122 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.12 |
| HSL | 89.13º | 0.63% | 0.68% | - |
| HSV(B) | 89.13º | 0.46% | 0.88% | - |
| XYZ | 48.12 | 64.37 | 28.3 | - |
| YUV | 198.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 122 | 0.22 | 0 | 0.46 | 0.12 | 89.13 | 0.63 | 0.68 |
| Hex | AF | E1 | 7A | 16 | 0 | 2E | C | 59 | 3F | 44 |
| Octal | 257 | 341 | 172 | 26 | 0 | 56 | 14 | 131 | 77 | 104 |
| Binary | 10101111 | 11100001 | 1111010 | 10110 | 0 | 101110 | 1100 | 1011001 | 111111 | 1000100 |
Color Harmonies of #AFE17A
Complementary color
Monochromatic Colors of #AFE17A
Black with #AFE17A
Text Example
Text Example
White with #AFE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE17A; }
p { color: rgb(175,225,122); }
H1.HeaderClassName
{
color: #AFE17A;
}
.AnyTagClassName
{
color: #AFE17A;
}
</style>
background-color css
<style>
a { background-color: #AFE17A; }
a { background-color: rgb(175,225,122); }
div.DivClassName
{
background-color: #AFE17A;
}
.BgClassName
{
background-color: #AFE17A;
}
</style>
border-color css
<style>
span { border-color: #AFE17A; }
span { border-color: rgb(175,225,122); }
td.TdClassName
{
border-color: #AFE17A;
}
.TagClassName
{
border-color: #AFE17A;
}
</style>