Shades of Feijoa #A6C88A
Tints of Feijoa #A6C88A
RGB
CMYK
RGB Variations
Color information
#A6C88A (or 0xA6C88A) is known color: Feijoa. HEX triplet: A6, C8 and 8A. RGB value is (166,200,138). Sum of RGB (Red+Green+Blue) = 166+200+138=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C88A is #593775. Grayscale: #B6B6B6. Windows color (decimal): -5846902 or 9095334. OLE color: 9095334.
HSL color Cylindrical-coordinate representation of color #A6C88A: hue angle of 92.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C88A is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 138 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.22 |
| HSL | 92.9º | 0.36% | 0.66% | - |
| HSV(B) | 92.9º | 0.31% | 0.78% | - |
| XYZ | 40.97 | 51.25 | 31.78 | - |
| YUV | 182.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 138 | 0.17 | 0 | 0.31 | 0.22 | 92.9 | 0.36 | 0.66 |
| Hex | A6 | C8 | 8A | 11 | 0 | 1F | 16 | 5D | 24 | 42 |
| Octal | 246 | 310 | 212 | 21 | 0 | 37 | 26 | 135 | 44 | 102 |
| Binary | 10100110 | 11001000 | 10001010 | 10001 | 0 | 11111 | 10110 | 1011101 | 100100 | 1000010 |
Color Harmonies of #A6C88A
Complementary color
Monochromatic Colors of #A6C88A
Black with #A6C88A
Text Example
Text Example
White with #A6C88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C88A; }
p { color: rgb(166,200,138); }
H1.HeaderClassName
{
color: #A6C88A;
}
.AnyTagClassName
{
color: #A6C88A;
}
</style>
background-color css
<style>
a { background-color: #A6C88A; }
a { background-color: rgb(166,200,138); }
div.DivClassName
{
background-color: #A6C88A;
}
.BgClassName
{
background-color: #A6C88A;
}
</style>
border-color css
<style>
span { border-color: #A6C88A; }
span { border-color: rgb(166,200,138); }
td.TdClassName
{
border-color: #A6C88A;
}
.TagClassName
{
border-color: #A6C88A;
}
</style>