Shades of Feijoa #AFE593
Tints of Feijoa #AFE593
RGB
CMYK
RGB Variations
Color information
#AFE593 (or 0xAFE593) is known color: Feijoa. HEX triplet: AF, E5 and 93. RGB value is (175,229,147). Sum of RGB (Red+Green+Blue) = 175+229+147=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE593 is #501A6C. Grayscale: #CBCBCB. Windows color (decimal): -5249645 or 9692591. OLE color: 9692591.
HSL color Cylindrical-coordinate representation of color #AFE593: hue angle of 99.51º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE593 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 147 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.10 |
| HSL | 99.51º | 0.61% | 0.74% | - |
| HSV(B) | 99.51º | 0.36% | 0.9% | - |
| XYZ | 50.96 | 67.26 | 37.9 | - |
| YUV | 203.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 147 | 0.24 | 0 | 0.36 | 0.10 | 99.51 | 0.61 | 0.74 |
| Hex | AF | E5 | 93 | 18 | 0 | 24 | A | 64 | 3D | 4A |
| Octal | 257 | 345 | 223 | 30 | 0 | 44 | 12 | 144 | 75 | 112 |
| Binary | 10101111 | 11100101 | 10010011 | 11000 | 0 | 100100 | 1010 | 1100100 | 111101 | 1001010 |
Color Harmonies of #AFE593
Complementary color
Monochromatic Colors of #AFE593
Black with #AFE593
Text Example
Text Example
White with #AFE593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE593; }
p { color: rgb(175,229,147); }
H1.HeaderClassName
{
color: #AFE593;
}
.AnyTagClassName
{
color: #AFE593;
}
</style>
background-color css
<style>
a { background-color: #AFE593; }
a { background-color: rgb(175,229,147); }
div.DivClassName
{
background-color: #AFE593;
}
.BgClassName
{
background-color: #AFE593;
}
</style>
border-color css
<style>
span { border-color: #AFE593; }
span { border-color: rgb(175,229,147); }
td.TdClassName
{
border-color: #AFE593;
}
.TagClassName
{
border-color: #AFE593;
}
</style>