Shades of Feijoa #A8DA93
Tints of Feijoa #A8DA93
RGB
CMYK
RGB Variations
Color information
#A8DA93 (or 0xA8DA93) is known color: Feijoa. HEX triplet: A8, DA and 93. RGB value is (168,218,147). Sum of RGB (Red+Green+Blue) = 168+218+147=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA93 is #57256C. Grayscale: #C3C3C3. Windows color (decimal): -5711213 or 9689768. OLE color: 9689768.
HSL color Cylindrical-coordinate representation of color #A8DA93: hue angle of 102.25º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DA93 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 147 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.15 |
| HSL | 102.25º | 0.49% | 0.72% | - |
| HSV(B) | 102.25º | 0.33% | 0.85% | - |
| XYZ | 46.49 | 60.57 | 36.85 | - |
| YUV | 194.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 147 | 0.23 | 0 | 0.33 | 0.15 | 102.25 | 0.49 | 0.72 |
| Hex | A8 | DA | 93 | 17 | 0 | 21 | F | 66 | 31 | 48 |
| Octal | 250 | 332 | 223 | 27 | 0 | 41 | 17 | 146 | 61 | 110 |
| Binary | 10101000 | 11011010 | 10010011 | 10111 | 0 | 100001 | 1111 | 1100110 | 110001 | 1001000 |
Color Harmonies of #A8DA93
Complementary color
Monochromatic Colors of #A8DA93
Black with #A8DA93
Text Example
Text Example
White with #A8DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA93; }
p { color: rgb(168,218,147); }
H1.HeaderClassName
{
color: #A8DA93;
}
.AnyTagClassName
{
color: #A8DA93;
}
</style>
background-color css
<style>
a { background-color: #A8DA93; }
a { background-color: rgb(168,218,147); }
div.DivClassName
{
background-color: #A8DA93;
}
.BgClassName
{
background-color: #A8DA93;
}
</style>
border-color css
<style>
span { border-color: #A8DA93; }
span { border-color: rgb(168,218,147); }
td.TdClassName
{
border-color: #A8DA93;
}
.TagClassName
{
border-color: #A8DA93;
}
</style>