Shades of Feijoa #A5FF76
Tints of Feijoa #A5FF76
RGB
CMYK
RGB Variations
Color information
#A5FF76 (or 0xA5FF76) is known color: Feijoa. HEX triplet: A5, FF and 76. RGB value is (165,255,118). Sum of RGB (Red+Green+Blue) = 165+255+118=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF76 is #5A0089. Grayscale: #D4D4D4. Windows color (decimal): -5898378 or 7798693. OLE color: 7798693.
HSL color Cylindrical-coordinate representation of color #A5FF76: hue angle of 99.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5FF76 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 118 | - |
| CMYK | 0.35 | 0 | 0.54 | 0 |
| HSL | 99.42º | 1% | 0.73% | - |
| HSV(B) | 99.42º | 0.54% | 1% | - |
| XYZ | 54.55 | 80.83 | 29.87 | - |
| YUV | 212.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 118 | 0.35 | 0 | 0.54 | 0 | 99.42 | 1 | 0.73 |
| Hex | A5 | FF | 76 | 23 | 0 | 36 | 0 | 63 | 64 | 49 |
| Octal | 245 | 377 | 166 | 43 | 0 | 66 | 0 | 143 | 144 | 111 |
| Binary | 10100101 | 11111111 | 1110110 | 100011 | 0 | 110110 | 0 | 1100011 | 1100100 | 1001001 |
Color Harmonies of #A5FF76
Complementary color
Monochromatic Colors of #A5FF76
Black with #A5FF76
Text Example
Text Example
White with #A5FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF76; }
p { color: rgb(165,255,118); }
H1.HeaderClassName
{
color: #A5FF76;
}
.AnyTagClassName
{
color: #A5FF76;
}
</style>
background-color css
<style>
a { background-color: #A5FF76; }
a { background-color: rgb(165,255,118); }
div.DivClassName
{
background-color: #A5FF76;
}
.BgClassName
{
background-color: #A5FF76;
}
</style>
border-color css
<style>
span { border-color: #A5FF76; }
span { border-color: rgb(165,255,118); }
td.TdClassName
{
border-color: #A5FF76;
}
.TagClassName
{
border-color: #A5FF76;
}
</style>