Shades of Feijoa #AFE570
Tints of Feijoa #AFE570
RGB
CMYK
RGB Variations
Color information
#AFE570 (or 0xAFE570) is known color: Feijoa. HEX triplet: AF, E5 and 70. RGB value is (175,229,112). Sum of RGB (Red+Green+Blue) = 175+229+112=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE570 is #501A8F. Grayscale: #C7C7C7. Windows color (decimal): -5249680 or 7398831. OLE color: 7398831.
HSL color Cylindrical-coordinate representation of color #AFE570: hue angle of 87.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFE570 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 112 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.10 |
| HSL | 87.69º | 0.69% | 0.67% | - |
| HSV(B) | 87.69º | 0.51% | 0.9% | - |
| XYZ | 48.62 | 66.32 | 25.57 | - |
| YUV | 199.52 | 78.61 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 112 | 0.24 | 0 | 0.51 | 0.10 | 87.69 | 0.69 | 0.67 |
| Hex | AF | E5 | 70 | 18 | 0 | 33 | A | 58 | 45 | 43 |
| Octal | 257 | 345 | 160 | 30 | 0 | 63 | 12 | 130 | 105 | 103 |
| Binary | 10101111 | 11100101 | 1110000 | 11000 | 0 | 110011 | 1010 | 1011000 | 1000101 | 1000011 |
Color Harmonies of #AFE570
Complementary color
Monochromatic Colors of #AFE570
Black with #AFE570
Text Example
Text Example
White with #AFE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE570; }
p { color: rgb(175,229,112); }
H1.HeaderClassName
{
color: #AFE570;
}
.AnyTagClassName
{
color: #AFE570;
}
</style>
background-color css
<style>
a { background-color: #AFE570; }
a { background-color: rgb(175,229,112); }
div.DivClassName
{
background-color: #AFE570;
}
.BgClassName
{
background-color: #AFE570;
}
</style>
border-color css
<style>
span { border-color: #AFE570; }
span { border-color: rgb(175,229,112); }
td.TdClassName
{
border-color: #AFE570;
}
.TagClassName
{
border-color: #AFE570;
}
</style>