Shades of Feijoa #AFE892
Tints of Feijoa #AFE892
RGB
CMYK
RGB Variations
Color information
#AFE892 (or 0xAFE892) is known color: Feijoa. HEX triplet: AF, E8 and 92. RGB value is (175,232,146). Sum of RGB (Red+Green+Blue) = 175+232+146=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE892 is #50176D. Grayscale: #CDCDCD. Windows color (decimal): -5248878 or 9627823. OLE color: 9627823.
HSL color Cylindrical-coordinate representation of color #AFE892: hue angle of 99.77º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE892 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 146 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.09 |
| HSL | 99.77º | 0.65% | 0.74% | - |
| HSV(B) | 99.77º | 0.37% | 0.91% | - |
| XYZ | 51.72 | 68.9 | 37.77 | - |
| YUV | 205.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 146 | 0.25 | 0 | 0.37 | 0.09 | 99.77 | 0.65 | 0.74 |
| Hex | AF | E8 | 92 | 19 | 0 | 25 | 9 | 64 | 41 | 4A |
| Octal | 257 | 350 | 222 | 31 | 0 | 45 | 11 | 144 | 101 | 112 |
| Binary | 10101111 | 11101000 | 10010010 | 11001 | 0 | 100101 | 1001 | 1100100 | 1000001 | 1001010 |
Color Harmonies of #AFE892
Complementary color
Monochromatic Colors of #AFE892
Black with #AFE892
Text Example
Text Example
White with #AFE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE892; }
p { color: rgb(175,232,146); }
H1.HeaderClassName
{
color: #AFE892;
}
.AnyTagClassName
{
color: #AFE892;
}
</style>
background-color css
<style>
a { background-color: #AFE892; }
a { background-color: rgb(175,232,146); }
div.DivClassName
{
background-color: #AFE892;
}
.BgClassName
{
background-color: #AFE892;
}
</style>
border-color css
<style>
span { border-color: #AFE892; }
span { border-color: rgb(175,232,146); }
td.TdClassName
{
border-color: #AFE892;
}
.TagClassName
{
border-color: #AFE892;
}
</style>