Shades of Feijoa #A6F382
Tints of Feijoa #A6F382
RGB
CMYK
RGB Variations
Color information
#A6F382 (or 0xA6F382) is known color: Feijoa. HEX triplet: A6, F3 and 82. RGB value is (166,243,130). Sum of RGB (Red+Green+Blue) = 166+243+130=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F382 is #590C7D. Grayscale: #CFCFCF. Windows color (decimal): -5835902 or 8582054. OLE color: 8582054.
HSL color Cylindrical-coordinate representation of color #A6F382: hue angle of 100.88º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6F382 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 130 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.05 |
| HSL | 100.89º | 0.82% | 0.73% | - |
| HSV(B) | 100.89º | 0.47% | 0.95% | - |
| XYZ | 51.81 | 73.82 | 32.64 | - |
| YUV | 207.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 130 | 0.32 | 0 | 0.47 | 0.05 | 100.89 | 0.82 | 0.73 |
| Hex | A6 | F3 | 82 | 20 | 0 | 2F | 5 | 65 | 52 | 49 |
| Octal | 246 | 363 | 202 | 40 | 0 | 57 | 5 | 145 | 122 | 111 |
| Binary | 10100110 | 11110011 | 10000010 | 100000 | 0 | 101111 | 101 | 1100101 | 1010010 | 1001001 |
Color Harmonies of #A6F382
Complementary color
Monochromatic Colors of #A6F382
Black with #A6F382
Text Example
Text Example
White with #A6F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F382; }
p { color: rgb(166,243,130); }
H1.HeaderClassName
{
color: #A6F382;
}
.AnyTagClassName
{
color: #A6F382;
}
</style>
background-color css
<style>
a { background-color: #A6F382; }
a { background-color: rgb(166,243,130); }
div.DivClassName
{
background-color: #A6F382;
}
.BgClassName
{
background-color: #A6F382;
}
</style>
border-color css
<style>
span { border-color: #A6F382; }
span { border-color: rgb(166,243,130); }
td.TdClassName
{
border-color: #A6F382;
}
.TagClassName
{
border-color: #A6F382;
}
</style>