Shades of Feijoa #A8DA74
Tints of Feijoa #A8DA74
RGB
CMYK
RGB Variations
Color information
#A8DA74 (or 0xA8DA74) is known color: Feijoa. HEX triplet: A8, DA and 74. RGB value is (168,218,116). Sum of RGB (Red+Green+Blue) = 168+218+116=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA74 is #57258B. Grayscale: #BFBFBF. Windows color (decimal): -5711244 or 7658152. OLE color: 7658152.
HSL color Cylindrical-coordinate representation of color #A8DA74: hue angle of 89.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8DA74 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 116 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.15 |
| HSL | 89.41º | 0.58% | 0.65% | - |
| HSV(B) | 89.41º | 0.47% | 0.85% | - |
| XYZ | 44.37 | 59.73 | 25.71 | - |
| YUV | 191.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 116 | 0.23 | 0 | 0.47 | 0.15 | 89.41 | 0.58 | 0.65 |
| Hex | A8 | DA | 74 | 17 | 0 | 2F | F | 59 | 3A | 41 |
| Octal | 250 | 332 | 164 | 27 | 0 | 57 | 17 | 131 | 72 | 101 |
| Binary | 10101000 | 11011010 | 1110100 | 10111 | 0 | 101111 | 1111 | 1011001 | 111010 | 1000001 |
Color Harmonies of #A8DA74
Complementary color
Monochromatic Colors of #A8DA74
Black with #A8DA74
Text Example
Text Example
White with #A8DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA74; }
p { color: rgb(168,218,116); }
H1.HeaderClassName
{
color: #A8DA74;
}
.AnyTagClassName
{
color: #A8DA74;
}
</style>
background-color css
<style>
a { background-color: #A8DA74; }
a { background-color: rgb(168,218,116); }
div.DivClassName
{
background-color: #A8DA74;
}
.BgClassName
{
background-color: #A8DA74;
}
</style>
border-color css
<style>
span { border-color: #A8DA74; }
span { border-color: rgb(168,218,116); }
td.TdClassName
{
border-color: #A8DA74;
}
.TagClassName
{
border-color: #A8DA74;
}
</style>