Shades of Feijoa #A8DA7D
Tints of Feijoa #A8DA7D
RGB
CMYK
RGB Variations
Color information
#A8DA7D (or 0xA8DA7D) is known color: Feijoa. HEX triplet: A8, DA and 7D. RGB value is (168,218,125). Sum of RGB (Red+Green+Blue) = 168+218+125=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA7D is #572582. Grayscale: #C0C0C0. Windows color (decimal): -5711235 or 8247976. OLE color: 8247976.
HSL color Cylindrical-coordinate representation of color #A8DA7D: hue angle of 92.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8DA7D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 125 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.15 |
| HSL | 92.26º | 0.56% | 0.67% | - |
| HSV(B) | 92.26º | 0.43% | 0.85% | - |
| XYZ | 44.92 | 59.95 | 28.61 | - |
| YUV | 192.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 125 | 0.23 | 0 | 0.43 | 0.15 | 92.26 | 0.56 | 0.67 |
| Hex | A8 | DA | 7D | 17 | 0 | 2B | F | 5C | 38 | 43 |
| Octal | 250 | 332 | 175 | 27 | 0 | 53 | 17 | 134 | 70 | 103 |
| Binary | 10101000 | 11011010 | 1111101 | 10111 | 0 | 101011 | 1111 | 1011100 | 111000 | 1000011 |
Color Harmonies of #A8DA7D
Complementary color
Monochromatic Colors of #A8DA7D
Black with #A8DA7D
Text Example
Text Example
White with #A8DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA7D; }
p { color: rgb(168,218,125); }
H1.HeaderClassName
{
color: #A8DA7D;
}
.AnyTagClassName
{
color: #A8DA7D;
}
</style>
background-color css
<style>
a { background-color: #A8DA7D; }
a { background-color: rgb(168,218,125); }
div.DivClassName
{
background-color: #A8DA7D;
}
.BgClassName
{
background-color: #A8DA7D;
}
</style>
border-color css
<style>
span { border-color: #A8DA7D; }
span { border-color: rgb(168,218,125); }
td.TdClassName
{
border-color: #A8DA7D;
}
.TagClassName
{
border-color: #A8DA7D;
}
</style>