Shades of Feijoa #AFE478
Tints of Feijoa #AFE478
RGB
CMYK
RGB Variations
Color information
#AFE478 (or 0xAFE478) is known color: Feijoa. HEX triplet: AF, E4 and 78. RGB value is (175,228,120). Sum of RGB (Red+Green+Blue) = 175+228+120=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE478 is #501B87. Grayscale: #C8C8C8. Windows color (decimal): -5249928 or 7922863. OLE color: 7922863.
HSL color Cylindrical-coordinate representation of color #AFE478: hue angle of 89.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE478 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 120 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.11 |
| HSL | 89.44º | 0.67% | 0.68% | - |
| HSV(B) | 89.44º | 0.47% | 0.89% | - |
| XYZ | 48.81 | 65.96 | 27.93 | - |
| YUV | 199.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 120 | 0.23 | 0 | 0.47 | 0.11 | 89.44 | 0.67 | 0.68 |
| Hex | AF | E4 | 78 | 17 | 0 | 2F | B | 59 | 43 | 44 |
| Octal | 257 | 344 | 170 | 27 | 0 | 57 | 13 | 131 | 103 | 104 |
| Binary | 10101111 | 11100100 | 1111000 | 10111 | 0 | 101111 | 1011 | 1011001 | 1000011 | 1000100 |
Color Harmonies of #AFE478
Complementary color
Monochromatic Colors of #AFE478
Black with #AFE478
Text Example
Text Example
White with #AFE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE478; }
p { color: rgb(175,228,120); }
H1.HeaderClassName
{
color: #AFE478;
}
.AnyTagClassName
{
color: #AFE478;
}
</style>
background-color css
<style>
a { background-color: #AFE478; }
a { background-color: rgb(175,228,120); }
div.DivClassName
{
background-color: #AFE478;
}
.BgClassName
{
background-color: #AFE478;
}
</style>
border-color css
<style>
span { border-color: #AFE478; }
span { border-color: rgb(175,228,120); }
td.TdClassName
{
border-color: #AFE478;
}
.TagClassName
{
border-color: #AFE478;
}
</style>