Shades of Feijoa #A4FE6B
Tints of Feijoa #A4FE6B
RGB
CMYK
RGB Variations
Color information
#A4FE6B (or 0xA4FE6B) is known color: Feijoa. HEX triplet: A4, FE and 6B. RGB value is (164,254,107). Sum of RGB (Red+Green+Blue) = 164+254+107=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FE6B is #5B0194. Grayscale: #D2D2D2. Windows color (decimal): -5964181 or 7077540. OLE color: 7077540.
HSL color Cylindrical-coordinate representation of color #A4FE6B: hue angle of 96.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4FE6B is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 107 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.00 |
| HSL | 96.73º | 0.99% | 0.71% | - |
| HSV(B) | 96.73º | 0.58% | 1% | - |
| XYZ | 53.41 | 79.84 | 26.51 | - |
| YUV | 210.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 107 | 0.35 | 0 | 0.58 | 0.00 | 96.73 | 0.99 | 0.71 |
| Hex | A4 | FE | 6B | 23 | 0 | 3A | 0 | 61 | 63 | 47 |
| Octal | 244 | 376 | 153 | 43 | 0 | 72 | 0 | 141 | 143 | 107 |
| Binary | 10100100 | 11111110 | 1101011 | 100011 | 0 | 111010 | 0 | 1100001 | 1100011 | 1000111 |
Color Harmonies of #A4FE6B
Complementary color
Monochromatic Colors of #A4FE6B
Black with #A4FE6B
Text Example
Text Example
White with #A4FE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FE6B; }
p { color: rgb(164,254,107); }
H1.HeaderClassName
{
color: #A4FE6B;
}
.AnyTagClassName
{
color: #A4FE6B;
}
</style>
background-color css
<style>
a { background-color: #A4FE6B; }
a { background-color: rgb(164,254,107); }
div.DivClassName
{
background-color: #A4FE6B;
}
.BgClassName
{
background-color: #A4FE6B;
}
</style>
border-color css
<style>
span { border-color: #A4FE6B; }
span { border-color: rgb(164,254,107); }
td.TdClassName
{
border-color: #A4FE6B;
}
.TagClassName
{
border-color: #A4FE6B;
}
</style>