Shades of Feijoa #A8DA76
Tints of Feijoa #A8DA76
RGB
CMYK
RGB Variations
Color information
#A8DA76 (or 0xA8DA76) is known color: Feijoa. HEX triplet: A8, DA and 76. RGB value is (168,218,118). Sum of RGB (Red+Green+Blue) = 168+218+118=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA76 is #572589. Grayscale: #C0C0C0. Windows color (decimal): -5711242 or 7789224. OLE color: 7789224.
HSL color Cylindrical-coordinate representation of color #A8DA76: hue angle of 90º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8DA76 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 118 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.15 |
| HSL | 90º | 0.57% | 0.66% | - |
| HSV(B) | 90º | 0.46% | 0.85% | - |
| XYZ | 44.49 | 59.78 | 26.33 | - |
| YUV | 191.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 118 | 0.23 | 0 | 0.46 | 0.15 | 90 | 0.57 | 0.66 |
| Hex | A8 | DA | 76 | 17 | 0 | 2E | F | 5A | 39 | 42 |
| Octal | 250 | 332 | 166 | 27 | 0 | 56 | 17 | 132 | 71 | 102 |
| Binary | 10101000 | 11011010 | 1110110 | 10111 | 0 | 101110 | 1111 | 1011010 | 111001 | 1000010 |
Color Harmonies of #A8DA76
Complementary color
Monochromatic Colors of #A8DA76
Black with #A8DA76
Text Example
Text Example
White with #A8DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA76; }
p { color: rgb(168,218,118); }
H1.HeaderClassName
{
color: #A8DA76;
}
.AnyTagClassName
{
color: #A8DA76;
}
</style>
background-color css
<style>
a { background-color: #A8DA76; }
a { background-color: rgb(168,218,118); }
div.DivClassName
{
background-color: #A8DA76;
}
.BgClassName
{
background-color: #A8DA76;
}
</style>
border-color css
<style>
span { border-color: #A8DA76; }
span { border-color: rgb(168,218,118); }
td.TdClassName
{
border-color: #A8DA76;
}
.TagClassName
{
border-color: #A8DA76;
}
</style>