Shades of Feijoa #AFE073
Tints of Feijoa #AFE073
RGB
CMYK
RGB Variations
Color information
#AFE073 (or 0xAFE073) is known color: Feijoa. HEX triplet: AF, E0 and 73. RGB value is (175,224,115). Sum of RGB (Red+Green+Blue) = 175+224+115=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE073 is #501F8C. Grayscale: #C5C5C5. Windows color (decimal): -5250957 or 7594159. OLE color: 7594159.
HSL color Cylindrical-coordinate representation of color #AFE073: hue angle of 86.97º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE073 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 115 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.12 |
| HSL | 86.97º | 0.64% | 0.66% | - |
| HSV(B) | 86.97º | 0.49% | 0.88% | - |
| XYZ | 47.43 | 63.66 | 26.01 | - |
| YUV | 196.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 115 | 0.22 | 0 | 0.49 | 0.12 | 86.97 | 0.64 | 0.66 |
| Hex | AF | E0 | 73 | 16 | 0 | 31 | C | 57 | 40 | 42 |
| Octal | 257 | 340 | 163 | 26 | 0 | 61 | 14 | 127 | 100 | 102 |
| Binary | 10101111 | 11100000 | 1110011 | 10110 | 0 | 110001 | 1100 | 1010111 | 1000000 | 1000010 |
Color Harmonies of #AFE073
Complementary color
Monochromatic Colors of #AFE073
Black with #AFE073
Text Example
Text Example
White with #AFE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE073; }
p { color: rgb(175,224,115); }
H1.HeaderClassName
{
color: #AFE073;
}
.AnyTagClassName
{
color: #AFE073;
}
</style>
background-color css
<style>
a { background-color: #AFE073; }
a { background-color: rgb(175,224,115); }
div.DivClassName
{
background-color: #AFE073;
}
.BgClassName
{
background-color: #AFE073;
}
</style>
border-color css
<style>
span { border-color: #AFE073; }
span { border-color: rgb(175,224,115); }
td.TdClassName
{
border-color: #AFE073;
}
.TagClassName
{
border-color: #AFE073;
}
</style>