Shades of Feijoa #A8DC83
Tints of Feijoa #A8DC83
RGB
CMYK
RGB Variations
Color information
#A8DC83 (or 0xA8DC83) is known color: Feijoa. HEX triplet: A8, DC and 83. RGB value is (168,220,131). Sum of RGB (Red+Green+Blue) = 168+220+131=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC83 is #57237C. Grayscale: #C2C2C2. Windows color (decimal): -5710717 or 8641704. OLE color: 8641704.
HSL color Cylindrical-coordinate representation of color #A8DC83: hue angle of 95.06º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8DC83 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 131 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.14 |
| HSL | 95.06º | 0.56% | 0.69% | - |
| HSV(B) | 95.06º | 0.4% | 0.86% | - |
| XYZ | 45.84 | 61.15 | 30.86 | - |
| YUV | 194.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 131 | 0.24 | 0 | 0.40 | 0.14 | 95.06 | 0.56 | 0.69 |
| Hex | A8 | DC | 83 | 18 | 0 | 28 | E | 5F | 38 | 45 |
| Octal | 250 | 334 | 203 | 30 | 0 | 50 | 16 | 137 | 70 | 105 |
| Binary | 10101000 | 11011100 | 10000011 | 11000 | 0 | 101000 | 1110 | 1011111 | 111000 | 1000101 |
Color Harmonies of #A8DC83
Complementary color
Monochromatic Colors of #A8DC83
Black with #A8DC83
Text Example
Text Example
White with #A8DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC83; }
p { color: rgb(168,220,131); }
H1.HeaderClassName
{
color: #A8DC83;
}
.AnyTagClassName
{
color: #A8DC83;
}
</style>
background-color css
<style>
a { background-color: #A8DC83; }
a { background-color: rgb(168,220,131); }
div.DivClassName
{
background-color: #A8DC83;
}
.BgClassName
{
background-color: #A8DC83;
}
</style>
border-color css
<style>
span { border-color: #A8DC83; }
span { border-color: rgb(168,220,131); }
td.TdClassName
{
border-color: #A8DC83;
}
.TagClassName
{
border-color: #A8DC83;
}
</style>