Shades of Feijoa #AFE170
Tints of Feijoa #AFE170
RGB
CMYK
RGB Variations
Color information
#AFE170 (or 0xAFE170) is known color: Feijoa. HEX triplet: AF, E1 and 70. RGB value is (175,225,112). Sum of RGB (Red+Green+Blue) = 175+225+112=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE170 is #501E8F. Grayscale: #C5C5C5. Windows color (decimal): -5250704 or 7397807. OLE color: 7397807.
HSL color Cylindrical-coordinate representation of color #AFE170: hue angle of 86.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE170 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 112 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.12 |
| HSL | 86.55º | 0.65% | 0.66% | - |
| HSV(B) | 86.55º | 0.5% | 0.88% | - |
| XYZ | 47.53 | 64.13 | 25.2 | - |
| YUV | 197.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 112 | 0.22 | 0 | 0.50 | 0.12 | 86.55 | 0.65 | 0.66 |
| Hex | AF | E1 | 70 | 16 | 0 | 32 | C | 57 | 41 | 42 |
| Octal | 257 | 341 | 160 | 26 | 0 | 62 | 14 | 127 | 101 | 102 |
| Binary | 10101111 | 11100001 | 1110000 | 10110 | 0 | 110010 | 1100 | 1010111 | 1000001 | 1000010 |
Color Harmonies of #AFE170
Complementary color
Monochromatic Colors of #AFE170
Black with #AFE170
Text Example
Text Example
White with #AFE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE170; }
p { color: rgb(175,225,112); }
H1.HeaderClassName
{
color: #AFE170;
}
.AnyTagClassName
{
color: #AFE170;
}
</style>
background-color css
<style>
a { background-color: #AFE170; }
a { background-color: rgb(175,225,112); }
div.DivClassName
{
background-color: #AFE170;
}
.BgClassName
{
background-color: #AFE170;
}
</style>
border-color css
<style>
span { border-color: #AFE170; }
span { border-color: rgb(175,225,112); }
td.TdClassName
{
border-color: #AFE170;
}
.TagClassName
{
border-color: #AFE170;
}
</style>