Shades of Feijoa #AFE074
Tints of Feijoa #AFE074
RGB
CMYK
RGB Variations
Color information
#AFE074 (or 0xAFE074) is known color: Feijoa. HEX triplet: AF, E0 and 74. RGB value is (175,224,116). Sum of RGB (Red+Green+Blue) = 175+224+116=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE074 is #501F8B. Grayscale: #C5C5C5. Windows color (decimal): -5250956 or 7659695. OLE color: 7659695.
HSL color Cylindrical-coordinate representation of color #AFE074: hue angle of 87.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE074 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 116 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.12 |
| HSL | 87.22º | 0.64% | 0.67% | - |
| HSV(B) | 87.22º | 0.48% | 0.88% | - |
| XYZ | 47.49 | 63.69 | 26.31 | - |
| YUV | 197.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 116 | 0.22 | 0 | 0.48 | 0.12 | 87.22 | 0.64 | 0.67 |
| Hex | AF | E0 | 74 | 16 | 0 | 30 | C | 57 | 40 | 43 |
| Octal | 257 | 340 | 164 | 26 | 0 | 60 | 14 | 127 | 100 | 103 |
| Binary | 10101111 | 11100000 | 1110100 | 10110 | 0 | 110000 | 1100 | 1010111 | 1000000 | 1000011 |
Color Harmonies of #AFE074
Complementary color
Monochromatic Colors of #AFE074
Black with #AFE074
Text Example
Text Example
White with #AFE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE074; }
p { color: rgb(175,224,116); }
H1.HeaderClassName
{
color: #AFE074;
}
.AnyTagClassName
{
color: #AFE074;
}
</style>
background-color css
<style>
a { background-color: #AFE074; }
a { background-color: rgb(175,224,116); }
div.DivClassName
{
background-color: #AFE074;
}
.BgClassName
{
background-color: #AFE074;
}
</style>
border-color css
<style>
span { border-color: #AFE074; }
span { border-color: rgb(175,224,116); }
td.TdClassName
{
border-color: #AFE074;
}
.TagClassName
{
border-color: #AFE074;
}
</style>