Shades of Feijoa #AFE57A
Tints of Feijoa #AFE57A
RGB
CMYK
RGB Variations
Color information
#AFE57A (or 0xAFE57A) is known color: Feijoa. HEX triplet: AF, E5 and 7A. RGB value is (175,229,122). Sum of RGB (Red+Green+Blue) = 175+229+122=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE57A is #501A85. Grayscale: #C9C9C9. Windows color (decimal): -5249670 or 8054191. OLE color: 8054191.
HSL color Cylindrical-coordinate representation of color #AFE57A: hue angle of 90.28º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE57A is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 122 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.10 |
| HSL | 90.28º | 0.67% | 0.69% | - |
| HSV(B) | 90.28º | 0.47% | 0.9% | - |
| XYZ | 49.21 | 66.56 | 28.67 | - |
| YUV | 200.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 122 | 0.24 | 0 | 0.47 | 0.10 | 90.28 | 0.67 | 0.69 |
| Hex | AF | E5 | 7A | 18 | 0 | 2F | A | 5A | 43 | 45 |
| Octal | 257 | 345 | 172 | 30 | 0 | 57 | 12 | 132 | 103 | 105 |
| Binary | 10101111 | 11100101 | 1111010 | 11000 | 0 | 101111 | 1010 | 1011010 | 1000011 | 1000101 |
Color Harmonies of #AFE57A
Complementary color
Monochromatic Colors of #AFE57A
Black with #AFE57A
Text Example
Text Example
White with #AFE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE57A; }
p { color: rgb(175,229,122); }
H1.HeaderClassName
{
color: #AFE57A;
}
.AnyTagClassName
{
color: #AFE57A;
}
</style>
background-color css
<style>
a { background-color: #AFE57A; }
a { background-color: rgb(175,229,122); }
div.DivClassName
{
background-color: #AFE57A;
}
.BgClassName
{
background-color: #AFE57A;
}
</style>
border-color css
<style>
span { border-color: #AFE57A; }
span { border-color: rgb(175,229,122); }
td.TdClassName
{
border-color: #AFE57A;
}
.TagClassName
{
border-color: #AFE57A;
}
</style>