Shades of Feijoa #A5F080
Tints of Feijoa #A5F080
RGB
CMYK
RGB Variations
Color information
#A5F080 (or 0xA5F080) is known color: Feijoa. HEX triplet: A5, F0 and 80. RGB value is (165,240,128). Sum of RGB (Red+Green+Blue) = 165+240+128=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F080 is #5A0F7F. Grayscale: #CDCDCD. Windows color (decimal): -5902208 or 8450213. OLE color: 8450213.
HSL color Cylindrical-coordinate representation of color #A5F080: hue angle of 100.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5F080 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 128 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.06 |
| HSL | 100.18º | 0.79% | 0.72% | - |
| HSV(B) | 100.18º | 0.47% | 0.94% | - |
| XYZ | 50.57 | 71.88 | 31.63 | - |
| YUV | 204.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 128 | 0.31 | 0 | 0.47 | 0.06 | 100.18 | 0.79 | 0.72 |
| Hex | A5 | F0 | 80 | 1F | 0 | 2F | 6 | 64 | 4F | 48 |
| Octal | 245 | 360 | 200 | 37 | 0 | 57 | 6 | 144 | 117 | 110 |
| Binary | 10100101 | 11110000 | 10000000 | 11111 | 0 | 101111 | 110 | 1100100 | 1001111 | 1001000 |
Color Harmonies of #A5F080
Complementary color
Monochromatic Colors of #A5F080
Black with #A5F080
Text Example
Text Example
White with #A5F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F080; }
p { color: rgb(165,240,128); }
H1.HeaderClassName
{
color: #A5F080;
}
.AnyTagClassName
{
color: #A5F080;
}
</style>
background-color css
<style>
a { background-color: #A5F080; }
a { background-color: rgb(165,240,128); }
div.DivClassName
{
background-color: #A5F080;
}
.BgClassName
{
background-color: #A5F080;
}
</style>
border-color css
<style>
span { border-color: #A5F080; }
span { border-color: rgb(165,240,128); }
td.TdClassName
{
border-color: #A5F080;
}
.TagClassName
{
border-color: #A5F080;
}
</style>