Shades of Feijoa #A4FD6A
Tints of Feijoa #A4FD6A
RGB
CMYK
RGB Variations
Color information
#A4FD6A (or 0xA4FD6A) is known color: Feijoa. HEX triplet: A4, FD and 6A. RGB value is (164,253,106). Sum of RGB (Red+Green+Blue) = 164+253+106=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD6A is #5B0295. Grayscale: #D2D2D2. Windows color (decimal): -5964438 or 7011748. OLE color: 7011748.
HSL color Cylindrical-coordinate representation of color #A4FD6A: hue angle of 96.33º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4FD6A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 106 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.01 |
| HSL | 96.33º | 0.97% | 0.7% | - |
| HSV(B) | 96.33º | 0.58% | 0.99% | - |
| XYZ | 53.04 | 79.18 | 26.12 | - |
| YUV | 209.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 106 | 0.35 | 0 | 0.58 | 0.01 | 96.33 | 0.97 | 0.7 |
| Hex | A4 | FD | 6A | 23 | 0 | 3A | 1 | 60 | 61 | 46 |
| Octal | 244 | 375 | 152 | 43 | 0 | 72 | 1 | 140 | 141 | 106 |
| Binary | 10100100 | 11111101 | 1101010 | 100011 | 0 | 111010 | 1 | 1100000 | 1100001 | 1000110 |
Color Harmonies of #A4FD6A
Complementary color
Monochromatic Colors of #A4FD6A
Black with #A4FD6A
Text Example
Text Example
White with #A4FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FD6A; }
p { color: rgb(164,253,106); }
H1.HeaderClassName
{
color: #A4FD6A;
}
.AnyTagClassName
{
color: #A4FD6A;
}
</style>
background-color css
<style>
a { background-color: #A4FD6A; }
a { background-color: rgb(164,253,106); }
div.DivClassName
{
background-color: #A4FD6A;
}
.BgClassName
{
background-color: #A4FD6A;
}
</style>
border-color css
<style>
span { border-color: #A4FD6A; }
span { border-color: rgb(164,253,106); }
td.TdClassName
{
border-color: #A4FD6A;
}
.TagClassName
{
border-color: #A4FD6A;
}
</style>