Shades of Feijoa #AFE290
Tints of Feijoa #AFE290
RGB
CMYK
RGB Variations
Color information
#AFE290 (or 0xAFE290) is known color: Feijoa. HEX triplet: AF, E2 and 90. RGB value is (175,226,144). Sum of RGB (Red+Green+Blue) = 175+226+144=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE290 is #501D6F. Grayscale: #C9C9C9. Windows color (decimal): -5250416 or 9495215. OLE color: 9495215.
HSL color Cylindrical-coordinate representation of color #AFE290: hue angle of 97.32º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE290 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 144 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.11 |
| HSL | 97.32º | 0.59% | 0.73% | - |
| HSV(B) | 97.32º | 0.36% | 0.89% | - |
| XYZ | 49.91 | 65.52 | 36.4 | - |
| YUV | 201.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 144 | 0.23 | 0 | 0.36 | 0.11 | 97.32 | 0.59 | 0.73 |
| Hex | AF | E2 | 90 | 17 | 0 | 24 | B | 61 | 3B | 49 |
| Octal | 257 | 342 | 220 | 27 | 0 | 44 | 13 | 141 | 73 | 111 |
| Binary | 10101111 | 11100010 | 10010000 | 10111 | 0 | 100100 | 1011 | 1100001 | 111011 | 1001001 |
Color Harmonies of #AFE290
Complementary color
Monochromatic Colors of #AFE290
Black with #AFE290
Text Example
Text Example
White with #AFE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE290; }
p { color: rgb(175,226,144); }
H1.HeaderClassName
{
color: #AFE290;
}
.AnyTagClassName
{
color: #AFE290;
}
</style>
background-color css
<style>
a { background-color: #AFE290; }
a { background-color: rgb(175,226,144); }
div.DivClassName
{
background-color: #AFE290;
}
.BgClassName
{
background-color: #AFE290;
}
</style>
border-color css
<style>
span { border-color: #AFE290; }
span { border-color: rgb(175,226,144); }
td.TdClassName
{
border-color: #AFE290;
}
.TagClassName
{
border-color: #AFE290;
}
</style>