Shades of Feijoa #AFE185
Tints of Feijoa #AFE185
RGB
CMYK
RGB Variations
Color information
#AFE185 (or 0xAFE185) is known color: Feijoa. HEX triplet: AF, E1 and 85. RGB value is (175,225,133). Sum of RGB (Red+Green+Blue) = 175+225+133=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE185 is #501E7A. Grayscale: #C7C7C7. Windows color (decimal): -5250683 or 8774063. OLE color: 8774063.
HSL color Cylindrical-coordinate representation of color #AFE185: hue angle of 92.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE185 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 133 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.12 |
| HSL | 92.61º | 0.61% | 0.7% | - |
| HSV(B) | 92.61º | 0.41% | 0.88% | - |
| XYZ | 48.84 | 64.66 | 32.1 | - |
| YUV | 199.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 133 | 0.22 | 0 | 0.41 | 0.12 | 92.61 | 0.61 | 0.7 |
| Hex | AF | E1 | 85 | 16 | 0 | 29 | C | 5D | 3D | 46 |
| Octal | 257 | 341 | 205 | 26 | 0 | 51 | 14 | 135 | 75 | 106 |
| Binary | 10101111 | 11100001 | 10000101 | 10110 | 0 | 101001 | 1100 | 1011101 | 111101 | 1000110 |
Color Harmonies of #AFE185
Complementary color
Monochromatic Colors of #AFE185
Black with #AFE185
Text Example
Text Example
White with #AFE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE185; }
p { color: rgb(175,225,133); }
H1.HeaderClassName
{
color: #AFE185;
}
.AnyTagClassName
{
color: #AFE185;
}
</style>
background-color css
<style>
a { background-color: #AFE185; }
a { background-color: rgb(175,225,133); }
div.DivClassName
{
background-color: #AFE185;
}
.BgClassName
{
background-color: #AFE185;
}
</style>
border-color css
<style>
span { border-color: #AFE185; }
span { border-color: rgb(175,225,133); }
td.TdClassName
{
border-color: #AFE185;
}
.TagClassName
{
border-color: #AFE185;
}
</style>