Shades of Feijoa #AFE48C
Tints of Feijoa #AFE48C
RGB
CMYK
RGB Variations
Color information
#AFE48C (or 0xAFE48C) is known color: Feijoa. HEX triplet: AF, E4 and 8C. RGB value is (175,228,140). Sum of RGB (Red+Green+Blue) = 175+228+140=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE48C is #501B73. Grayscale: #CACACA. Windows color (decimal): -5249908 or 9233583. OLE color: 9233583.
HSL color Cylindrical-coordinate representation of color #AFE48C: hue angle of 96.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE48C is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 140 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 96.14º | 0.62% | 0.72% | - |
| HSV(B) | 96.14º | 0.39% | 0.89% | - |
| XYZ | 50.16 | 66.49 | 35 | - |
| YUV | 202.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 140 | 0.23 | 0 | 0.39 | 0.11 | 96.14 | 0.62 | 0.72 |
| Hex | AF | E4 | 8C | 17 | 0 | 27 | B | 60 | 3E | 48 |
| Octal | 257 | 344 | 214 | 27 | 0 | 47 | 13 | 140 | 76 | 110 |
| Binary | 10101111 | 11100100 | 10001100 | 10111 | 0 | 100111 | 1011 | 1100000 | 111110 | 1001000 |
Color Harmonies of #AFE48C
Complementary color
Monochromatic Colors of #AFE48C
Black with #AFE48C
Text Example
Text Example
White with #AFE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE48C; }
p { color: rgb(175,228,140); }
H1.HeaderClassName
{
color: #AFE48C;
}
.AnyTagClassName
{
color: #AFE48C;
}
</style>
background-color css
<style>
a { background-color: #AFE48C; }
a { background-color: rgb(175,228,140); }
div.DivClassName
{
background-color: #AFE48C;
}
.BgClassName
{
background-color: #AFE48C;
}
</style>
border-color css
<style>
span { border-color: #AFE48C; }
span { border-color: rgb(175,228,140); }
td.TdClassName
{
border-color: #AFE48C;
}
.TagClassName
{
border-color: #AFE48C;
}
</style>