Shades of Feijoa #A6D482
Tints of Feijoa #A6D482
RGB
CMYK
RGB Variations
Color information
#A6D482 (or 0xA6D482) is known color: Feijoa. HEX triplet: A6, D4 and 82. RGB value is (166,212,130). Sum of RGB (Red+Green+Blue) = 166+212+130=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D482 is #592B7D. Grayscale: #BDBDBD. Windows color (decimal): -5843838 or 8574118. OLE color: 8574118.
HSL color Cylindrical-coordinate representation of color #A6D482: hue angle of 93.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6D482 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 130 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.17 |
| HSL | 93.66º | 0.49% | 0.67% | - |
| HSV(B) | 93.66º | 0.39% | 0.83% | - |
| XYZ | 43.3 | 56.81 | 29.8 | - |
| YUV | 188.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 130 | 0.22 | 0 | 0.39 | 0.17 | 93.66 | 0.49 | 0.67 |
| Hex | A6 | D4 | 82 | 16 | 0 | 27 | 11 | 5E | 31 | 43 |
| Octal | 246 | 324 | 202 | 26 | 0 | 47 | 21 | 136 | 61 | 103 |
| Binary | 10100110 | 11010100 | 10000010 | 10110 | 0 | 100111 | 10001 | 1011110 | 110001 | 1000011 |
Color Harmonies of #A6D482
Complementary color
Monochromatic Colors of #A6D482
Black with #A6D482
Text Example
Text Example
White with #A6D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D482; }
p { color: rgb(166,212,130); }
H1.HeaderClassName
{
color: #A6D482;
}
.AnyTagClassName
{
color: #A6D482;
}
</style>
background-color css
<style>
a { background-color: #A6D482; }
a { background-color: rgb(166,212,130); }
div.DivClassName
{
background-color: #A6D482;
}
.BgClassName
{
background-color: #A6D482;
}
</style>
border-color css
<style>
span { border-color: #A6D482; }
span { border-color: rgb(166,212,130); }
td.TdClassName
{
border-color: #A6D482;
}
.TagClassName
{
border-color: #A6D482;
}
</style>