Shades of Feijoa #A6DF81
Tints of Feijoa #A6DF81
RGB
CMYK
RGB Variations
Color information
#A6DF81 (or 0xA6DF81) is known color: Feijoa. HEX triplet: A6, DF and 81. RGB value is (166,223,129). Sum of RGB (Red+Green+Blue) = 166+223+129=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DF81 is #59207E. Grayscale: #C3C3C3. Windows color (decimal): -5841023 or 8511398. OLE color: 8511398.
HSL color Cylindrical-coordinate representation of color #A6DF81: hue angle of 96.38º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DF81 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 129 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.13 |
| HSL | 96.38º | 0.59% | 0.69% | - |
| HSV(B) | 96.38º | 0.42% | 0.87% | - |
| XYZ | 46.08 | 62.47 | 30.4 | - |
| YUV | 195.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 129 | 0.26 | 0 | 0.42 | 0.13 | 96.38 | 0.59 | 0.69 |
| Hex | A6 | DF | 81 | 1A | 0 | 2A | D | 60 | 3B | 45 |
| Octal | 246 | 337 | 201 | 32 | 0 | 52 | 15 | 140 | 73 | 105 |
| Binary | 10100110 | 11011111 | 10000001 | 11010 | 0 | 101010 | 1101 | 1100000 | 111011 | 1000101 |
Color Harmonies of #A6DF81
Complementary color
Monochromatic Colors of #A6DF81
Black with #A6DF81
Text Example
Text Example
White with #A6DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF81; }
p { color: rgb(166,223,129); }
H1.HeaderClassName
{
color: #A6DF81;
}
.AnyTagClassName
{
color: #A6DF81;
}
</style>
background-color css
<style>
a { background-color: #A6DF81; }
a { background-color: rgb(166,223,129); }
div.DivClassName
{
background-color: #A6DF81;
}
.BgClassName
{
background-color: #A6DF81;
}
</style>
border-color css
<style>
span { border-color: #A6DF81; }
span { border-color: rgb(166,223,129); }
td.TdClassName
{
border-color: #A6DF81;
}
.TagClassName
{
border-color: #A6DF81;
}
</style>