Shades of Feijoa #A6EE72
Tints of Feijoa #A6EE72
RGB
CMYK
RGB Variations
Color information
#A6EE72 (or 0xA6EE72) is known color: Feijoa. HEX triplet: A6, EE and 72. RGB value is (166,238,114). Sum of RGB (Red+Green+Blue) = 166+238+114=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EE72 is #59118D. Grayscale: #CACACA. Windows color (decimal): -5837198 or 7532198. OLE color: 7532198.
HSL color Cylindrical-coordinate representation of color #A6EE72: hue angle of 94.84º 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 #A6EE72 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 114 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.07 |
| HSL | 94.84º | 0.78% | 0.69% | - |
| HSV(B) | 94.84º | 0.52% | 0.93% | - |
| XYZ | 49.34 | 70.47 | 26.92 | - |
| YUV | 202.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 114 | 0.30 | 0 | 0.52 | 0.07 | 94.84 | 0.78 | 0.69 |
| Hex | A6 | EE | 72 | 1E | 0 | 34 | 7 | 5F | 4E | 45 |
| Octal | 246 | 356 | 162 | 36 | 0 | 64 | 7 | 137 | 116 | 105 |
| Binary | 10100110 | 11101110 | 1110010 | 11110 | 0 | 110100 | 111 | 1011111 | 1001110 | 1000101 |
Color Harmonies of #A6EE72
Complementary color
Monochromatic Colors of #A6EE72
Black with #A6EE72
Text Example
Text Example
White with #A6EE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EE72; }
p { color: rgb(166,238,114); }
H1.HeaderClassName
{
color: #A6EE72;
}
.AnyTagClassName
{
color: #A6EE72;
}
</style>
background-color css
<style>
a { background-color: #A6EE72; }
a { background-color: rgb(166,238,114); }
div.DivClassName
{
background-color: #A6EE72;
}
.BgClassName
{
background-color: #A6EE72;
}
</style>
border-color css
<style>
span { border-color: #A6EE72; }
span { border-color: rgb(166,238,114); }
td.TdClassName
{
border-color: #A6EE72;
}
.TagClassName
{
border-color: #A6EE72;
}
</style>