Shades of Feijoa #A8DC80
Tints of Feijoa #A8DC80
RGB
CMYK
RGB Variations
Color information
#A8DC80 (or 0xA8DC80) is known color: Feijoa. HEX triplet: A8, DC and 80. RGB value is (168,220,128). Sum of RGB (Red+Green+Blue) = 168+220+128=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC80 is #57237F. Grayscale: #C2C2C2. Windows color (decimal): -5710720 or 8445096. OLE color: 8445096.
HSL color Cylindrical-coordinate representation of color #A8DC80: hue angle of 93.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8DC80 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 128 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.14 |
| HSL | 93.91º | 0.57% | 0.68% | - |
| HSV(B) | 93.91º | 0.42% | 0.86% | - |
| XYZ | 45.64 | 61.07 | 29.8 | - |
| YUV | 193.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 128 | 0.24 | 0 | 0.42 | 0.14 | 93.91 | 0.57 | 0.68 |
| Hex | A8 | DC | 80 | 18 | 0 | 2A | E | 5E | 39 | 44 |
| Octal | 250 | 334 | 200 | 30 | 0 | 52 | 16 | 136 | 71 | 104 |
| Binary | 10101000 | 11011100 | 10000000 | 11000 | 0 | 101010 | 1110 | 1011110 | 111001 | 1000100 |
Color Harmonies of #A8DC80
Complementary color
Monochromatic Colors of #A8DC80
Black with #A8DC80
Text Example
Text Example
White with #A8DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC80; }
p { color: rgb(168,220,128); }
H1.HeaderClassName
{
color: #A8DC80;
}
.AnyTagClassName
{
color: #A8DC80;
}
</style>
background-color css
<style>
a { background-color: #A8DC80; }
a { background-color: rgb(168,220,128); }
div.DivClassName
{
background-color: #A8DC80;
}
.BgClassName
{
background-color: #A8DC80;
}
</style>
border-color css
<style>
span { border-color: #A8DC80; }
span { border-color: rgb(168,220,128); }
td.TdClassName
{
border-color: #A8DC80;
}
.TagClassName
{
border-color: #A8DC80;
}
</style>