Shades of Feijoa #AFE07F
Tints of Feijoa #AFE07F
RGB
CMYK
RGB Variations
Color information
#AFE07F (or 0xAFE07F) is known color: Feijoa. HEX triplet: AF, E0 and 7F. RGB value is (175,224,127). Sum of RGB (Red+Green+Blue) = 175+224+127=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07F is #501F80. Grayscale: #C6C6C6. Windows color (decimal): -5250945 or 8380591. OLE color: 8380591.
HSL color Cylindrical-coordinate representation of color #AFE07F: hue angle of 90.31º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE07F is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 127 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.12 |
| HSL | 90.31º | 0.61% | 0.69% | - |
| HSV(B) | 90.31º | 0.43% | 0.88% | - |
| XYZ | 48.17 | 63.96 | 29.89 | - |
| YUV | 198.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 127 | 0.22 | 0 | 0.43 | 0.12 | 90.31 | 0.61 | 0.69 |
| Hex | AF | E0 | 7F | 16 | 0 | 2B | C | 5A | 3D | 45 |
| Octal | 257 | 340 | 177 | 26 | 0 | 53 | 14 | 132 | 75 | 105 |
| Binary | 10101111 | 11100000 | 1111111 | 10110 | 0 | 101011 | 1100 | 1011010 | 111101 | 1000101 |
Color Harmonies of #AFE07F
Complementary color
Monochromatic Colors of #AFE07F
Black with #AFE07F
Text Example
Text Example
White with #AFE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE07F; }
p { color: rgb(175,224,127); }
H1.HeaderClassName
{
color: #AFE07F;
}
.AnyTagClassName
{
color: #AFE07F;
}
</style>
background-color css
<style>
a { background-color: #AFE07F; }
a { background-color: rgb(175,224,127); }
div.DivClassName
{
background-color: #AFE07F;
}
.BgClassName
{
background-color: #AFE07F;
}
</style>
border-color css
<style>
span { border-color: #AFE07F; }
span { border-color: rgb(175,224,127); }
td.TdClassName
{
border-color: #AFE07F;
}
.TagClassName
{
border-color: #AFE07F;
}
</style>