Shades of Feijoa #A8DC6F
Tints of Feijoa #A8DC6F
RGB
CMYK
RGB Variations
Color information
#A8DC6F (or 0xA8DC6F) is known color: Feijoa. HEX triplet: A8, DC and 6F. RGB value is (168,220,111). Sum of RGB (Red+Green+Blue) = 168+220+111=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC6F is #572390. Grayscale: #C0C0C0. Windows color (decimal): -5710737 or 7330984. OLE color: 7330984.
HSL color Cylindrical-coordinate representation of color #A8DC6F: hue angle of 88.62º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8DC6F is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 220 | 111 | - |
CMYK | 0.24 | 0 | 0.50 | 0.14 |
HSL | 88.62º | 0.61% | 0.65% | - |
HSV(B) | 88.62º | 0.5% | 0.86% | - |
XYZ | 44.61 | 60.66 | 24.4 | - |
YUV | 192.03 | 82.27 | 110.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 220 | 111 | 0.24 | 0 | 0.50 | 0.14 | 88.62 | 0.61 | 0.65 |
Hex | A8 | DC | 6F | 18 | 0 | 32 | E | 59 | 3D | 41 |
Octal | 250 | 334 | 157 | 30 | 0 | 62 | 16 | 131 | 75 | 101 |
Binary | 10101000 | 11011100 | 1101111 | 11000 | 0 | 110010 | 1110 | 1011001 | 111101 | 1000001 |
Color Harmonies of #A8DC6F
Complementary color
Monochromatic Colors of #A8DC6F
Black with #A8DC6F
Text Example
Text Example
White with #A8DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC6F; }
p { color: rgb(168,220,111); }
H1.HeaderClassName
{
color: #A8DC6F;
}
.AnyTagClassName
{
color: #A8DC6F;
}
</style>
background-color css
<style>
a { background-color: #A8DC6F; }
a { background-color: rgb(168,220,111); }
div.DivClassName
{
background-color: #A8DC6F;
}
.BgClassName
{
background-color: #A8DC6F;
}
</style>
border-color css
<style>
span { border-color: #A8DC6F; }
span { border-color: rgb(168,220,111); }
td.TdClassName
{
border-color: #A8DC6F;
}
.TagClassName
{
border-color: #A8DC6F;
}
</style>