Shades of Feijoa #A4EF85
Tints of Feijoa #A4EF85
RGB
CMYK
RGB Variations
Color information
#A4EF85 (or 0xA4EF85) is known color: Feijoa. HEX triplet: A4, EF and 85. RGB value is (164,239,133). Sum of RGB (Red+Green+Blue) = 164+239+133=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EF85 is #5B107A. Grayscale: #CCCCCC. Windows color (decimal): -5967995 or 8777636. OLE color: 8777636.
HSL color Cylindrical-coordinate representation of color #A4EF85: hue angle of 102.45º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4EF85 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 133 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.06 |
| HSL | 102.45º | 0.77% | 0.73% | - |
| HSV(B) | 102.45º | 0.44% | 0.94% | - |
| XYZ | 50.41 | 71.32 | 33.3 | - |
| YUV | 204.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 133 | 0.31 | 0 | 0.44 | 0.06 | 102.45 | 0.77 | 0.73 |
| Hex | A4 | EF | 85 | 1F | 0 | 2C | 6 | 66 | 4D | 49 |
| Octal | 244 | 357 | 205 | 37 | 0 | 54 | 6 | 146 | 115 | 111 |
| Binary | 10100100 | 11101111 | 10000101 | 11111 | 0 | 101100 | 110 | 1100110 | 1001101 | 1001001 |
Color Harmonies of #A4EF85
Complementary color
Monochromatic Colors of #A4EF85
Black with #A4EF85
Text Example
Text Example
White with #A4EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF85; }
p { color: rgb(164,239,133); }
H1.HeaderClassName
{
color: #A4EF85;
}
.AnyTagClassName
{
color: #A4EF85;
}
</style>
background-color css
<style>
a { background-color: #A4EF85; }
a { background-color: rgb(164,239,133); }
div.DivClassName
{
background-color: #A4EF85;
}
.BgClassName
{
background-color: #A4EF85;
}
</style>
border-color css
<style>
span { border-color: #A4EF85; }
span { border-color: rgb(164,239,133); }
td.TdClassName
{
border-color: #A4EF85;
}
.TagClassName
{
border-color: #A4EF85;
}
</style>