Shades of Feijoa #A6DF72
Tints of Feijoa #A6DF72
RGB
CMYK
RGB Variations
Color information
#A6DF72 (or 0xA6DF72) is known color: Feijoa. HEX triplet: A6, DF and 72. RGB value is (166,223,114). Sum of RGB (Red+Green+Blue) = 166+223+114=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF72 is #59208D. Grayscale: #C1C1C1. Windows color (decimal): -5841038 or 7528358. OLE color: 7528358.
HSL color Cylindrical-coordinate representation of color #A6DF72: hue angle of 91.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6DF72 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 114 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.13 |
| HSL | 91.38º | 0.63% | 0.66% | - |
| HSV(B) | 91.38º | 0.49% | 0.87% | - |
| XYZ | 45.15 | 62.1 | 25.53 | - |
| YUV | 193.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 114 | 0.26 | 0 | 0.49 | 0.13 | 91.38 | 0.63 | 0.66 |
| Hex | A6 | DF | 72 | 1A | 0 | 31 | D | 5B | 3F | 42 |
| Octal | 246 | 337 | 162 | 32 | 0 | 61 | 15 | 133 | 77 | 102 |
| Binary | 10100110 | 11011111 | 1110010 | 11010 | 0 | 110001 | 1101 | 1011011 | 111111 | 1000010 |
Color Harmonies of #A6DF72
Complementary color
Monochromatic Colors of #A6DF72
Black with #A6DF72
Text Example
Text Example
White with #A6DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF72; }
p { color: rgb(166,223,114); }
H1.HeaderClassName
{
color: #A6DF72;
}
.AnyTagClassName
{
color: #A6DF72;
}
</style>
background-color css
<style>
a { background-color: #A6DF72; }
a { background-color: rgb(166,223,114); }
div.DivClassName
{
background-color: #A6DF72;
}
.BgClassName
{
background-color: #A6DF72;
}
</style>
border-color css
<style>
span { border-color: #A6DF72; }
span { border-color: rgb(166,223,114); }
td.TdClassName
{
border-color: #A6DF72;
}
.TagClassName
{
border-color: #A6DF72;
}
</style>