Shades of Feijoa #A5FA80
Tints of Feijoa #A5FA80
RGB
CMYK
RGB Variations
Color information
#A5FA80 (or 0xA5FA80) is known color: Feijoa. HEX triplet: A5, FA and 80. RGB value is (165,250,128). Sum of RGB (Red+Green+Blue) = 165+250+128=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FA80 is #5A057F. Grayscale: #D3D3D3. Windows color (decimal): -5899648 or 8452773. OLE color: 8452773.
HSL color Cylindrical-coordinate representation of color #A5FA80: hue angle of 101.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5FA80 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 128 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.02 |
| HSL | 101.8º | 0.92% | 0.74% | - |
| HSV(B) | 101.8º | 0.49% | 0.98% | - |
| XYZ | 53.6 | 77.93 | 32.64 | - |
| YUV | 210.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 128 | 0.34 | 0 | 0.49 | 0.02 | 101.8 | 0.92 | 0.74 |
| Hex | A5 | FA | 80 | 22 | 0 | 31 | 2 | 66 | 5C | 4A |
| Octal | 245 | 372 | 200 | 42 | 0 | 61 | 2 | 146 | 134 | 112 |
| Binary | 10100101 | 11111010 | 10000000 | 100010 | 0 | 110001 | 10 | 1100110 | 1011100 | 1001010 |
Color Harmonies of #A5FA80
Complementary color
Monochromatic Colors of #A5FA80
Black with #A5FA80
Text Example
Text Example
White with #A5FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA80; }
p { color: rgb(165,250,128); }
H1.HeaderClassName
{
color: #A5FA80;
}
.AnyTagClassName
{
color: #A5FA80;
}
</style>
background-color css
<style>
a { background-color: #A5FA80; }
a { background-color: rgb(165,250,128); }
div.DivClassName
{
background-color: #A5FA80;
}
.BgClassName
{
background-color: #A5FA80;
}
</style>
border-color css
<style>
span { border-color: #A5FA80; }
span { border-color: rgb(165,250,128); }
td.TdClassName
{
border-color: #A5FA80;
}
.TagClassName
{
border-color: #A5FA80;
}
</style>