Shades of Feijoa #AFE384
Tints of Feijoa #AFE384
RGB
CMYK
RGB Variations
Color information
#AFE384 (or 0xAFE384) is known color: Feijoa. HEX triplet: AF, E3 and 84. RGB value is (175,227,132). Sum of RGB (Red+Green+Blue) = 175+227+132=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE384 is #501C7B. Grayscale: #C8C8C8. Windows color (decimal): -5250172 or 8709039. OLE color: 8709039.
HSL color Cylindrical-coordinate representation of color #AFE384: hue angle of 92.84º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFE384 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 132 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.11 |
| HSL | 92.84º | 0.63% | 0.7% | - |
| HSV(B) | 92.84º | 0.42% | 0.89% | - |
| XYZ | 49.31 | 65.72 | 31.92 | - |
| YUV | 200.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 132 | 0.23 | 0 | 0.42 | 0.11 | 92.84 | 0.63 | 0.7 |
| Hex | AF | E3 | 84 | 17 | 0 | 2A | B | 5D | 3F | 46 |
| Octal | 257 | 343 | 204 | 27 | 0 | 52 | 13 | 135 | 77 | 106 |
| Binary | 10101111 | 11100011 | 10000100 | 10111 | 0 | 101010 | 1011 | 1011101 | 111111 | 1000110 |
Color Harmonies of #AFE384
Complementary color
Monochromatic Colors of #AFE384
Black with #AFE384
Text Example
Text Example
White with #AFE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE384; }
p { color: rgb(175,227,132); }
H1.HeaderClassName
{
color: #AFE384;
}
.AnyTagClassName
{
color: #AFE384;
}
</style>
background-color css
<style>
a { background-color: #AFE384; }
a { background-color: rgb(175,227,132); }
div.DivClassName
{
background-color: #AFE384;
}
.BgClassName
{
background-color: #AFE384;
}
</style>
border-color css
<style>
span { border-color: #AFE384; }
span { border-color: rgb(175,227,132); }
td.TdClassName
{
border-color: #AFE384;
}
.TagClassName
{
border-color: #AFE384;
}
</style>