Shades of Feijoa #A6CF8A
Tints of Feijoa #A6CF8A
RGB
CMYK
RGB Variations
Color information
#A6CF8A (or 0xA6CF8A) is known color: Feijoa. HEX triplet: A6, CF and 8A. RGB value is (166,207,138). Sum of RGB (Red+Green+Blue) = 166+207+138=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF8A is #593075. Grayscale: #BBBBBB. Windows color (decimal): -5845110 or 9097126. OLE color: 9097126.
HSL color Cylindrical-coordinate representation of color #A6CF8A: hue angle of 95.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CF8A is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 138 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.19 |
| HSL | 95.65º | 0.42% | 0.68% | - |
| HSV(B) | 95.65º | 0.33% | 0.81% | - |
| XYZ | 42.63 | 54.57 | 32.33 | - |
| YUV | 186.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 138 | 0.20 | 0 | 0.33 | 0.19 | 95.65 | 0.42 | 0.68 |
| Hex | A6 | CF | 8A | 14 | 0 | 21 | 13 | 60 | 2A | 44 |
| Octal | 246 | 317 | 212 | 24 | 0 | 41 | 23 | 140 | 52 | 104 |
| Binary | 10100110 | 11001111 | 10001010 | 10100 | 0 | 100001 | 10011 | 1100000 | 101010 | 1000100 |
Color Harmonies of #A6CF8A
Complementary color
Monochromatic Colors of #A6CF8A
Black with #A6CF8A
Text Example
Text Example
White with #A6CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF8A; }
p { color: rgb(166,207,138); }
H1.HeaderClassName
{
color: #A6CF8A;
}
.AnyTagClassName
{
color: #A6CF8A;
}
</style>
background-color css
<style>
a { background-color: #A6CF8A; }
a { background-color: rgb(166,207,138); }
div.DivClassName
{
background-color: #A6CF8A;
}
.BgClassName
{
background-color: #A6CF8A;
}
</style>
border-color css
<style>
span { border-color: #A6CF8A; }
span { border-color: rgb(166,207,138); }
td.TdClassName
{
border-color: #A6CF8A;
}
.TagClassName
{
border-color: #A6CF8A;
}
</style>