Shades of Feijoa #AFE292
Tints of Feijoa #AFE292
RGB
CMYK
RGB Variations
Color information
#AFE292 (or 0xAFE292) is known color: Feijoa. HEX triplet: AF, E2 and 92. RGB value is (175,226,146). Sum of RGB (Red+Green+Blue) = 175+226+146=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE292 is #501D6D. Grayscale: #C9C9C9. Windows color (decimal): -5250414 or 9626287. OLE color: 9626287.
HSL color Cylindrical-coordinate representation of color #AFE292: hue angle of 98.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE292 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 146 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.11 |
| HSL | 98.25º | 0.58% | 0.73% | - |
| HSV(B) | 98.25º | 0.35% | 0.89% | - |
| XYZ | 50.06 | 65.58 | 37.21 | - |
| YUV | 201.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 146 | 0.23 | 0 | 0.35 | 0.11 | 98.25 | 0.58 | 0.73 |
| Hex | AF | E2 | 92 | 17 | 0 | 23 | B | 62 | 3A | 49 |
| Octal | 257 | 342 | 222 | 27 | 0 | 43 | 13 | 142 | 72 | 111 |
| Binary | 10101111 | 11100010 | 10010010 | 10111 | 0 | 100011 | 1011 | 1100010 | 111010 | 1001001 |
Color Harmonies of #AFE292
Complementary color
Monochromatic Colors of #AFE292
Black with #AFE292
Text Example
Text Example
White with #AFE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE292; }
p { color: rgb(175,226,146); }
H1.HeaderClassName
{
color: #AFE292;
}
.AnyTagClassName
{
color: #AFE292;
}
</style>
background-color css
<style>
a { background-color: #AFE292; }
a { background-color: rgb(175,226,146); }
div.DivClassName
{
background-color: #AFE292;
}
.BgClassName
{
background-color: #AFE292;
}
</style>
border-color css
<style>
span { border-color: #AFE292; }
span { border-color: rgb(175,226,146); }
td.TdClassName
{
border-color: #AFE292;
}
.TagClassName
{
border-color: #AFE292;
}
</style>