Shades of Feijoa #A4FF70
Tints of Feijoa #A4FF70
RGB
CMYK
RGB Variations
Color information
#A4FF70 (or 0xA4FF70) is known color: Feijoa. HEX triplet: A4, FF and 70. RGB value is (164,255,112). Sum of RGB (Red+Green+Blue) = 164+255+112=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF70 is #5B008F. Grayscale: #D3D3D3. Windows color (decimal): -5963920 or 7405476. OLE color: 7405476.
HSL color Cylindrical-coordinate representation of color #A4FF70: hue angle of 98.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4FF70 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 112 | - |
| CMYK | 0.36 | 0 | 0.56 | 0 |
| HSL | 98.18º | 1% | 0.72% | - |
| HSV(B) | 98.18º | 0.56% | 1% | - |
| XYZ | 53.99 | 80.58 | 28.04 | - |
| YUV | 211.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 112 | 0.36 | 0 | 0.56 | 0 | 98.18 | 1 | 0.72 |
| Hex | A4 | FF | 70 | 24 | 0 | 38 | 0 | 62 | 64 | 48 |
| Octal | 244 | 377 | 160 | 44 | 0 | 70 | 0 | 142 | 144 | 110 |
| Binary | 10100100 | 11111111 | 1110000 | 100100 | 0 | 111000 | 0 | 1100010 | 1100100 | 1001000 |
Color Harmonies of #A4FF70
Complementary color
Monochromatic Colors of #A4FF70
Black with #A4FF70
Text Example
Text Example
White with #A4FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF70; }
p { color: rgb(164,255,112); }
H1.HeaderClassName
{
color: #A4FF70;
}
.AnyTagClassName
{
color: #A4FF70;
}
</style>
background-color css
<style>
a { background-color: #A4FF70; }
a { background-color: rgb(164,255,112); }
div.DivClassName
{
background-color: #A4FF70;
}
.BgClassName
{
background-color: #A4FF70;
}
</style>
border-color css
<style>
span { border-color: #A4FF70; }
span { border-color: rgb(164,255,112); }
td.TdClassName
{
border-color: #A4FF70;
}
.TagClassName
{
border-color: #A4FF70;
}
</style>