Shades of Feijoa #AFE085
Tints of Feijoa #AFE085
RGB
CMYK
RGB Variations
Color information
#AFE085 (or 0xAFE085) is known color: Feijoa. HEX triplet: AF, E0 and 85. RGB value is (175,224,133). Sum of RGB (Red+Green+Blue) = 175+224+133=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE085 is #501F7A. Grayscale: #C7C7C7. Windows color (decimal): -5250939 or 8773807. OLE color: 8773807.
HSL color Cylindrical-coordinate representation of color #AFE085: hue angle of 92.31º degrees, saturation: 0.59, 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 #AFE085 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 133 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.12 |
| HSL | 92.31º | 0.59% | 0.7% | - |
| HSV(B) | 92.31º | 0.41% | 0.88% | - |
| XYZ | 48.57 | 64.12 | 32.01 | - |
| YUV | 198.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 133 | 0.22 | 0 | 0.41 | 0.12 | 92.31 | 0.59 | 0.7 |
| Hex | AF | E0 | 85 | 16 | 0 | 29 | C | 5C | 3B | 46 |
| Octal | 257 | 340 | 205 | 26 | 0 | 51 | 14 | 134 | 73 | 106 |
| Binary | 10101111 | 11100000 | 10000101 | 10110 | 0 | 101001 | 1100 | 1011100 | 111011 | 1000110 |
Color Harmonies of #AFE085
Complementary color
Monochromatic Colors of #AFE085
Black with #AFE085
Text Example
Text Example
White with #AFE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE085; }
p { color: rgb(175,224,133); }
H1.HeaderClassName
{
color: #AFE085;
}
.AnyTagClassName
{
color: #AFE085;
}
</style>
background-color css
<style>
a { background-color: #AFE085; }
a { background-color: rgb(175,224,133); }
div.DivClassName
{
background-color: #AFE085;
}
.BgClassName
{
background-color: #AFE085;
}
</style>
border-color css
<style>
span { border-color: #AFE085; }
span { border-color: rgb(175,224,133); }
td.TdClassName
{
border-color: #AFE085;
}
.TagClassName
{
border-color: #AFE085;
}
</style>