Shades of Feijoa #AFE58C
Tints of Feijoa #AFE58C
RGB
CMYK
RGB Variations
Color information
#AFE58C (or 0xAFE58C) is known color: Feijoa. HEX triplet: AF, E5 and 8C. RGB value is (175,229,140). Sum of RGB (Red+Green+Blue) = 175+229+140=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE58C is #501A73. Grayscale: #CBCBCB. Windows color (decimal): -5249652 or 9233839. OLE color: 9233839.
HSL color Cylindrical-coordinate representation of color #AFE58C: hue angle of 96.4º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE58C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 140 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.10 |
| HSL | 96.4º | 0.63% | 0.72% | - |
| HSV(B) | 96.4º | 0.39% | 0.9% | - |
| XYZ | 50.43 | 67.05 | 35.09 | - |
| YUV | 202.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 140 | 0.24 | 0 | 0.39 | 0.10 | 96.4 | 0.63 | 0.72 |
| Hex | AF | E5 | 8C | 18 | 0 | 27 | A | 60 | 3F | 48 |
| Octal | 257 | 345 | 214 | 30 | 0 | 47 | 12 | 140 | 77 | 110 |
| Binary | 10101111 | 11100101 | 10001100 | 11000 | 0 | 100111 | 1010 | 1100000 | 111111 | 1001000 |
Color Harmonies of #AFE58C
Complementary color
Monochromatic Colors of #AFE58C
Black with #AFE58C
Text Example
Text Example
White with #AFE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE58C; }
p { color: rgb(175,229,140); }
H1.HeaderClassName
{
color: #AFE58C;
}
.AnyTagClassName
{
color: #AFE58C;
}
</style>
background-color css
<style>
a { background-color: #AFE58C; }
a { background-color: rgb(175,229,140); }
div.DivClassName
{
background-color: #AFE58C;
}
.BgClassName
{
background-color: #AFE58C;
}
</style>
border-color css
<style>
span { border-color: #AFE58C; }
span { border-color: rgb(175,229,140); }
td.TdClassName
{
border-color: #AFE58C;
}
.TagClassName
{
border-color: #AFE58C;
}
</style>