Shades of Feijoa #AFE38C
Tints of Feijoa #AFE38C
RGB
CMYK
RGB Variations
Color information
#AFE38C (or 0xAFE38C) is known color: Feijoa. HEX triplet: AF, E3 and 8C. RGB value is (175,227,140). Sum of RGB (Red+Green+Blue) = 175+227+140=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38C is #501C73. Grayscale: #C9C9C9. Windows color (decimal): -5250164 or 9233327. OLE color: 9233327.
HSL color Cylindrical-coordinate representation of color #AFE38C: hue angle of 95.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE38C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.11 |
| HSL | 95.86º | 0.61% | 0.72% | - |
| HSV(B) | 95.86º | 0.38% | 0.89% | - |
| XYZ | 49.88 | 65.95 | 34.91 | - |
| YUV | 201.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 140 | 0.23 | 0 | 0.38 | 0.11 | 95.86 | 0.61 | 0.72 |
| Hex | AF | E3 | 8C | 17 | 0 | 26 | B | 60 | 3D | 48 |
| Octal | 257 | 343 | 214 | 27 | 0 | 46 | 13 | 140 | 75 | 110 |
| Binary | 10101111 | 11100011 | 10001100 | 10111 | 0 | 100110 | 1011 | 1100000 | 111101 | 1001000 |
Color Harmonies of #AFE38C
Complementary color
Monochromatic Colors of #AFE38C
Black with #AFE38C
Text Example
Text Example
White with #AFE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE38C; }
p { color: rgb(175,227,140); }
H1.HeaderClassName
{
color: #AFE38C;
}
.AnyTagClassName
{
color: #AFE38C;
}
</style>
background-color css
<style>
a { background-color: #AFE38C; }
a { background-color: rgb(175,227,140); }
div.DivClassName
{
background-color: #AFE38C;
}
.BgClassName
{
background-color: #AFE38C;
}
</style>
border-color css
<style>
span { border-color: #AFE38C; }
span { border-color: rgb(175,227,140); }
td.TdClassName
{
border-color: #AFE38C;
}
.TagClassName
{
border-color: #AFE38C;
}
</style>