Shades of Feijoa #A6EE73
Tints of Feijoa #A6EE73
RGB
CMYK
RGB Variations
Color information
#A6EE73 (or 0xA6EE73) is known color: Feijoa. HEX triplet: A6, EE and 73. RGB value is (166,238,115). Sum of RGB (Red+Green+Blue) = 166+238+115=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE73 is #59118C. Grayscale: #CACACA. Windows color (decimal): -5837197 or 7597734. OLE color: 7597734.
HSL color Cylindrical-coordinate representation of color #A6EE73: hue angle of 95.12º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6EE73 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 115 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.07 |
| HSL | 95.12º | 0.78% | 0.69% | - |
| HSV(B) | 95.12º | 0.52% | 0.93% | - |
| XYZ | 49.39 | 70.49 | 27.22 | - |
| YUV | 202.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 115 | 0.30 | 0 | 0.52 | 0.07 | 95.12 | 0.78 | 0.69 |
| Hex | A6 | EE | 73 | 1E | 0 | 34 | 7 | 5F | 4E | 45 |
| Octal | 246 | 356 | 163 | 36 | 0 | 64 | 7 | 137 | 116 | 105 |
| Binary | 10100110 | 11101110 | 1110011 | 11110 | 0 | 110100 | 111 | 1011111 | 1001110 | 1000101 |
Color Harmonies of #A6EE73
Complementary color
Monochromatic Colors of #A6EE73
Black with #A6EE73
Text Example
Text Example
White with #A6EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE73; }
p { color: rgb(166,238,115); }
H1.HeaderClassName
{
color: #A6EE73;
}
.AnyTagClassName
{
color: #A6EE73;
}
</style>
background-color css
<style>
a { background-color: #A6EE73; }
a { background-color: rgb(166,238,115); }
div.DivClassName
{
background-color: #A6EE73;
}
.BgClassName
{
background-color: #A6EE73;
}
</style>
border-color css
<style>
span { border-color: #A6EE73; }
span { border-color: rgb(166,238,115); }
td.TdClassName
{
border-color: #A6EE73;
}
.TagClassName
{
border-color: #A6EE73;
}
</style>