Shades of Feijoa #AFE17D
Tints of Feijoa #AFE17D
RGB
CMYK
RGB Variations
Color information
#AFE17D (or 0xAFE17D) is known color: Feijoa. HEX triplet: AF, E1 and 7D. RGB value is (175,225,125). Sum of RGB (Red+Green+Blue) = 175+225+125=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE17D is #501E82. Grayscale: #C7C7C7. Windows color (decimal): -5250691 or 8249775. OLE color: 8249775.
HSL color Cylindrical-coordinate representation of color #AFE17D: hue angle of 90º 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 #AFE17D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 125 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.12 |
| HSL | 90º | 0.63% | 0.69% | - |
| HSV(B) | 90º | 0.44% | 0.88% | - |
| XYZ | 48.31 | 64.45 | 29.3 | - |
| YUV | 198.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 125 | 0.22 | 0 | 0.44 | 0.12 | 90 | 0.63 | 0.69 |
| Hex | AF | E1 | 7D | 16 | 0 | 2C | C | 5A | 3E | 45 |
| Octal | 257 | 341 | 175 | 26 | 0 | 54 | 14 | 132 | 76 | 105 |
| Binary | 10101111 | 11100001 | 1111101 | 10110 | 0 | 101100 | 1100 | 1011010 | 111110 | 1000101 |
Color Harmonies of #AFE17D
Complementary color
Monochromatic Colors of #AFE17D
Black with #AFE17D
Text Example
Text Example
White with #AFE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE17D; }
p { color: rgb(175,225,125); }
H1.HeaderClassName
{
color: #AFE17D;
}
.AnyTagClassName
{
color: #AFE17D;
}
</style>
background-color css
<style>
a { background-color: #AFE17D; }
a { background-color: rgb(175,225,125); }
div.DivClassName
{
background-color: #AFE17D;
}
.BgClassName
{
background-color: #AFE17D;
}
</style>
border-color css
<style>
span { border-color: #AFE17D; }
span { border-color: rgb(175,225,125); }
td.TdClassName
{
border-color: #AFE17D;
}
.TagClassName
{
border-color: #AFE17D;
}
</style>