Shades of Feijoa #A6EE82
Tints of Feijoa #A6EE82
RGB
CMYK
RGB Variations
Color information
#A6EE82 (or 0xA6EE82) is known color: Feijoa. HEX triplet: A6, EE and 82. RGB value is (166,238,130). Sum of RGB (Red+Green+Blue) = 166+238+130=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EE82 is #59117D. Grayscale: #CCCCCC. Windows color (decimal): -5837182 or 8580774. OLE color: 8580774.
HSL color Cylindrical-coordinate representation of color #A6EE82: hue angle of 100º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6EE82 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 130 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.07 |
| HSL | 100º | 0.76% | 0.72% | - |
| HSV(B) | 100º | 0.45% | 0.93% | - |
| XYZ | 50.33 | 70.87 | 32.15 | - |
| YUV | 204.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 130 | 0.30 | 0 | 0.45 | 0.07 | 100 | 0.76 | 0.72 |
| Hex | A6 | EE | 82 | 1E | 0 | 2D | 7 | 64 | 4C | 48 |
| Octal | 246 | 356 | 202 | 36 | 0 | 55 | 7 | 144 | 114 | 110 |
| Binary | 10100110 | 11101110 | 10000010 | 11110 | 0 | 101101 | 111 | 1100100 | 1001100 | 1001000 |
Color Harmonies of #A6EE82
Complementary color
Monochromatic Colors of #A6EE82
Black with #A6EE82
Text Example
Text Example
White with #A6EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE82; }
p { color: rgb(166,238,130); }
H1.HeaderClassName
{
color: #A6EE82;
}
.AnyTagClassName
{
color: #A6EE82;
}
</style>
background-color css
<style>
a { background-color: #A6EE82; }
a { background-color: rgb(166,238,130); }
div.DivClassName
{
background-color: #A6EE82;
}
.BgClassName
{
background-color: #A6EE82;
}
</style>
border-color css
<style>
span { border-color: #A6EE82; }
span { border-color: rgb(166,238,130); }
td.TdClassName
{
border-color: #A6EE82;
}
.TagClassName
{
border-color: #A6EE82;
}
</style>