Shades of Feijoa #A6EF84
Tints of Feijoa #A6EF84
RGB
CMYK
RGB Variations
Color information
#A6EF84 (or 0xA6EF84) is known color: Feijoa. HEX triplet: A6, EF and 84. RGB value is (166,239,132). Sum of RGB (Red+Green+Blue) = 166+239+132=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EF84 is #59107B. Grayscale: #CDCDCD. Windows color (decimal): -5836924 or 8712102. OLE color: 8712102.
HSL color Cylindrical-coordinate representation of color #A6EF84: hue angle of 100.93º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6EF84 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 132 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.06 |
| HSL | 100.93º | 0.77% | 0.73% | - |
| HSV(B) | 100.93º | 0.45% | 0.94% | - |
| XYZ | 50.76 | 71.51 | 32.96 | - |
| YUV | 204.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 132 | 0.31 | 0 | 0.45 | 0.06 | 100.93 | 0.77 | 0.73 |
| Hex | A6 | EF | 84 | 1F | 0 | 2D | 6 | 65 | 4D | 49 |
| Octal | 246 | 357 | 204 | 37 | 0 | 55 | 6 | 145 | 115 | 111 |
| Binary | 10100110 | 11101111 | 10000100 | 11111 | 0 | 101101 | 110 | 1100101 | 1001101 | 1001001 |
Color Harmonies of #A6EF84
Complementary color
Monochromatic Colors of #A6EF84
Black with #A6EF84
Text Example
Text Example
White with #A6EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EF84; }
p { color: rgb(166,239,132); }
H1.HeaderClassName
{
color: #A6EF84;
}
.AnyTagClassName
{
color: #A6EF84;
}
</style>
background-color css
<style>
a { background-color: #A6EF84; }
a { background-color: rgb(166,239,132); }
div.DivClassName
{
background-color: #A6EF84;
}
.BgClassName
{
background-color: #A6EF84;
}
</style>
border-color css
<style>
span { border-color: #A6EF84; }
span { border-color: rgb(166,239,132); }
td.TdClassName
{
border-color: #A6EF84;
}
.TagClassName
{
border-color: #A6EF84;
}
</style>