Shades of Feijoa #A4FF76
Tints of Feijoa #A4FF76
RGB
CMYK
RGB Variations
Color information
#A4FF76 (or 0xA4FF76) is known color: Feijoa. HEX triplet: A4, FF and 76. RGB value is (164,255,118). Sum of RGB (Red+Green+Blue) = 164+255+118=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF76 is #5B0089. Grayscale: #D4D4D4. Windows color (decimal): -5963914 or 7798692. OLE color: 7798692.
HSL color Cylindrical-coordinate representation of color #A4FF76: hue angle of 99.85º 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 #A4FF76 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 118 | - |
| CMYK | 0.36 | 0 | 0.54 | 0 |
| HSL | 99.85º | 1% | 0.73% | - |
| HSV(B) | 99.85º | 0.54% | 1% | - |
| XYZ | 54.34 | 80.72 | 29.86 | - |
| YUV | 212.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 118 | 0.36 | 0 | 0.54 | 0 | 99.85 | 1 | 0.73 |
| Hex | A4 | FF | 76 | 24 | 0 | 36 | 0 | 64 | 64 | 49 |
| Octal | 244 | 377 | 166 | 44 | 0 | 66 | 0 | 144 | 144 | 111 |
| Binary | 10100100 | 11111111 | 1110110 | 100100 | 0 | 110110 | 0 | 1100100 | 1100100 | 1001001 |
Color Harmonies of #A4FF76
Complementary color
Monochromatic Colors of #A4FF76
Black with #A4FF76
Text Example
Text Example
White with #A4FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF76; }
p { color: rgb(164,255,118); }
H1.HeaderClassName
{
color: #A4FF76;
}
.AnyTagClassName
{
color: #A4FF76;
}
</style>
background-color css
<style>
a { background-color: #A4FF76; }
a { background-color: rgb(164,255,118); }
div.DivClassName
{
background-color: #A4FF76;
}
.BgClassName
{
background-color: #A4FF76;
}
</style>
border-color css
<style>
span { border-color: #A4FF76; }
span { border-color: rgb(164,255,118); }
td.TdClassName
{
border-color: #A4FF76;
}
.TagClassName
{
border-color: #A4FF76;
}
</style>