Shades of Feijoa #A6DC6B
Tints of Feijoa #A6DC6B
RGB
CMYK
RGB Variations
Color information
#A6DC6B (or 0xA6DC6B) is known color: Feijoa. HEX triplet: A6, DC and 6B. RGB value is (166,220,107). Sum of RGB (Red+Green+Blue) = 166+220+107=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC6B is #592394. Grayscale: #BFBFBF. Windows color (decimal): -5841813 or 7068838. OLE color: 7068838.
HSL color Cylindrical-coordinate representation of color #A6DC6B: hue angle of 88.67º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DC6B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
RGB | 166 | 220 | 107 | - |
CMYK | 0.25 | 0 | 0.51 | 0.14 |
HSL | 88.67º | 0.62% | 0.64% | - |
HSV(B) | 88.67º | 0.51% | 0.86% | - |
XYZ | 43.97 | 60.35 | 23.24 | - |
YUV | 190.97 | 80.61 | 110.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 220 | 107 | 0.25 | 0 | 0.51 | 0.14 | 88.67 | 0.62 | 0.64 |
Hex | A6 | DC | 6B | 19 | 0 | 33 | E | 59 | 3E | 40 |
Octal | 246 | 334 | 153 | 31 | 0 | 63 | 16 | 131 | 76 | 100 |
Binary | 10100110 | 11011100 | 1101011 | 11001 | 0 | 110011 | 1110 | 1011001 | 111110 | 1000000 |
Color Harmonies of #A6DC6B
Complementary color
Monochromatic Colors of #A6DC6B
Black with #A6DC6B
Text Example
Text Example
White with #A6DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC6B; }
p { color: rgb(166,220,107); }
H1.HeaderClassName
{
color: #A6DC6B;
}
.AnyTagClassName
{
color: #A6DC6B;
}
</style>
background-color css
<style>
a { background-color: #A6DC6B; }
a { background-color: rgb(166,220,107); }
div.DivClassName
{
background-color: #A6DC6B;
}
.BgClassName
{
background-color: #A6DC6B;
}
</style>
border-color css
<style>
span { border-color: #A6DC6B; }
span { border-color: rgb(166,220,107); }
td.TdClassName
{
border-color: #A6DC6B;
}
.TagClassName
{
border-color: #A6DC6B;
}
</style>