Shades of Feijoa #AFE07B
Tints of Feijoa #AFE07B
RGB
CMYK
RGB Variations
Color information
#AFE07B (or 0xAFE07B) is known color: Feijoa. HEX triplet: AF, E0 and 7B. RGB value is (175,224,123). Sum of RGB (Red+Green+Blue) = 175+224+123=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07B is #501F84. Grayscale: #C6C6C6. Windows color (decimal): -5250949 or 8118447. OLE color: 8118447.
HSL color Cylindrical-coordinate representation of color #AFE07B: hue angle of 89.11º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE07B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 123 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.12 |
| HSL | 89.11º | 0.62% | 0.68% | - |
| HSV(B) | 89.11º | 0.45% | 0.88% | - |
| XYZ | 47.91 | 63.86 | 28.54 | - |
| YUV | 197.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 123 | 0.22 | 0 | 0.45 | 0.12 | 89.11 | 0.62 | 0.68 |
| Hex | AF | E0 | 7B | 16 | 0 | 2D | C | 59 | 3E | 44 |
| Octal | 257 | 340 | 173 | 26 | 0 | 55 | 14 | 131 | 76 | 104 |
| Binary | 10101111 | 11100000 | 1111011 | 10110 | 0 | 101101 | 1100 | 1011001 | 111110 | 1000100 |
Color Harmonies of #AFE07B
Complementary color
Monochromatic Colors of #AFE07B
Black with #AFE07B
Text Example
Text Example
White with #AFE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE07B; }
p { color: rgb(175,224,123); }
H1.HeaderClassName
{
color: #AFE07B;
}
.AnyTagClassName
{
color: #AFE07B;
}
</style>
background-color css
<style>
a { background-color: #AFE07B; }
a { background-color: rgb(175,224,123); }
div.DivClassName
{
background-color: #AFE07B;
}
.BgClassName
{
background-color: #AFE07B;
}
</style>
border-color css
<style>
span { border-color: #AFE07B; }
span { border-color: rgb(175,224,123); }
td.TdClassName
{
border-color: #AFE07B;
}
.TagClassName
{
border-color: #AFE07B;
}
</style>