Shades of Feijoa #AFE17E
Tints of Feijoa #AFE17E
RGB
CMYK
RGB Variations
Color information
#AFE17E (or 0xAFE17E) is known color: Feijoa. HEX triplet: AF, E1 and 7E. RGB value is (175,225,126). Sum of RGB (Red+Green+Blue) = 175+225+126=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17E is #501E81. Grayscale: #C7C7C7. Windows color (decimal): -5250690 or 8315311. OLE color: 8315311.
HSL color Cylindrical-coordinate representation of color #AFE17E: hue angle of 90.3º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE17E is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 126 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.12 |
| HSL | 90.3º | 0.62% | 0.69% | - |
| HSV(B) | 90.3º | 0.44% | 0.88% | - |
| XYZ | 48.37 | 64.47 | 29.63 | - |
| YUV | 198.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 126 | 0.22 | 0 | 0.44 | 0.12 | 90.3 | 0.62 | 0.69 |
| Hex | AF | E1 | 7E | 16 | 0 | 2C | C | 5A | 3E | 45 |
| Octal | 257 | 341 | 176 | 26 | 0 | 54 | 14 | 132 | 76 | 105 |
| Binary | 10101111 | 11100001 | 1111110 | 10110 | 0 | 101100 | 1100 | 1011010 | 111110 | 1000101 |
Color Harmonies of #AFE17E
Complementary color
Monochromatic Colors of #AFE17E
Black with #AFE17E
Text Example
Text Example
White with #AFE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE17E; }
p { color: rgb(175,225,126); }
H1.HeaderClassName
{
color: #AFE17E;
}
.AnyTagClassName
{
color: #AFE17E;
}
</style>
background-color css
<style>
a { background-color: #AFE17E; }
a { background-color: rgb(175,225,126); }
div.DivClassName
{
background-color: #AFE17E;
}
.BgClassName
{
background-color: #AFE17E;
}
</style>
border-color css
<style>
span { border-color: #AFE17E; }
span { border-color: rgb(175,225,126); }
td.TdClassName
{
border-color: #AFE17E;
}
.TagClassName
{
border-color: #AFE17E;
}
</style>