Shades of Feijoa #AFE080
Tints of Feijoa #AFE080
RGB
CMYK
RGB Variations
Color information
#AFE080 (or 0xAFE080) is known color: Feijoa. HEX triplet: AF, E0 and 80. RGB value is (175,224,128). Sum of RGB (Red+Green+Blue) = 175+224+128=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE080 is #501F7F. Grayscale: #C6C6C6. Windows color (decimal): -5250944 or 8446127. OLE color: 8446127.
HSL color Cylindrical-coordinate representation of color #AFE080: hue angle of 90.62º 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 #AFE080 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 128 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.12 |
| HSL | 90.63º | 0.61% | 0.69% | - |
| HSV(B) | 90.63º | 0.43% | 0.88% | - |
| XYZ | 48.23 | 63.98 | 30.23 | - |
| YUV | 198.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 128 | 0.22 | 0 | 0.43 | 0.12 | 90.63 | 0.61 | 0.69 |
| Hex | AF | E0 | 80 | 16 | 0 | 2B | C | 5B | 3D | 45 |
| Octal | 257 | 340 | 200 | 26 | 0 | 53 | 14 | 133 | 75 | 105 |
| Binary | 10101111 | 11100000 | 10000000 | 10110 | 0 | 101011 | 1100 | 1011011 | 111101 | 1000101 |
Color Harmonies of #AFE080
Complementary color
Monochromatic Colors of #AFE080
Black with #AFE080
Text Example
Text Example
White with #AFE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE080; }
p { color: rgb(175,224,128); }
H1.HeaderClassName
{
color: #AFE080;
}
.AnyTagClassName
{
color: #AFE080;
}
</style>
background-color css
<style>
a { background-color: #AFE080; }
a { background-color: rgb(175,224,128); }
div.DivClassName
{
background-color: #AFE080;
}
.BgClassName
{
background-color: #AFE080;
}
</style>
border-color css
<style>
span { border-color: #AFE080; }
span { border-color: rgb(175,224,128); }
td.TdClassName
{
border-color: #AFE080;
}
.TagClassName
{
border-color: #AFE080;
}
</style>