Shades of Feijoa #A6DF7B
Tints of Feijoa #A6DF7B
RGB
CMYK
RGB Variations
Color information
#A6DF7B (or 0xA6DF7B) is known color: Feijoa. HEX triplet: A6, DF and 7B. RGB value is (166,223,123). Sum of RGB (Red+Green+Blue) = 166+223+123=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF7B is #592084. Grayscale: #C2C2C2. Windows color (decimal): -5841029 or 8118182. OLE color: 8118182.
HSL color Cylindrical-coordinate representation of color #A6DF7B: hue angle of 94.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6DF7B is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 123 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.13 |
| HSL | 94.2º | 0.61% | 0.68% | - |
| HSV(B) | 94.2º | 0.45% | 0.87% | - |
| XYZ | 45.69 | 62.31 | 28.36 | - |
| YUV | 194.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 123 | 0.26 | 0 | 0.45 | 0.13 | 94.2 | 0.61 | 0.68 |
| Hex | A6 | DF | 7B | 1A | 0 | 2D | D | 5E | 3D | 44 |
| Octal | 246 | 337 | 173 | 32 | 0 | 55 | 15 | 136 | 75 | 104 |
| Binary | 10100110 | 11011111 | 1111011 | 11010 | 0 | 101101 | 1101 | 1011110 | 111101 | 1000100 |
Color Harmonies of #A6DF7B
Complementary color
Monochromatic Colors of #A6DF7B
Black with #A6DF7B
Text Example
Text Example
White with #A6DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF7B; }
p { color: rgb(166,223,123); }
H1.HeaderClassName
{
color: #A6DF7B;
}
.AnyTagClassName
{
color: #A6DF7B;
}
</style>
background-color css
<style>
a { background-color: #A6DF7B; }
a { background-color: rgb(166,223,123); }
div.DivClassName
{
background-color: #A6DF7B;
}
.BgClassName
{
background-color: #A6DF7B;
}
</style>
border-color css
<style>
span { border-color: #A6DF7B; }
span { border-color: rgb(166,223,123); }
td.TdClassName
{
border-color: #A6DF7B;
}
.TagClassName
{
border-color: #A6DF7B;
}
</style>