Shades of Feijoa #A8C990
Tints of Feijoa #A8C990
RGB
CMYK
RGB Variations
Color information
#A8C990 (or 0xA8C990) is known color: Feijoa. HEX triplet: A8, C9 and 90. RGB value is (168,201,144). Sum of RGB (Red+Green+Blue) = 168+201+144=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C990 is #57366F. Grayscale: #B8B8B8. Windows color (decimal): -5715568 or 9488808. OLE color: 9488808.
HSL color Cylindrical-coordinate representation of color #A8C990: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8C990 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 144 | - |
CMYK | 0.16 | 0 | 0.28 | 0.21 |
HSL | 94.74º | 0.35% | 0.68% | - |
HSV(B) | 94.74º | 0.28% | 0.79% | - |
XYZ | 42.07 | 52.11 | 34.23 | - |
YUV | 184.64 | 105.07 | 116.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 144 | 0.16 | 0 | 0.28 | 0.21 | 94.74 | 0.35 | 0.68 |
Hex | A8 | C9 | 90 | 10 | 0 | 1C | 15 | 5F | 23 | 44 |
Octal | 250 | 311 | 220 | 20 | 0 | 34 | 25 | 137 | 43 | 104 |
Binary | 10101000 | 11001001 | 10010000 | 10000 | 0 | 11100 | 10101 | 1011111 | 100011 | 1000100 |
Color Harmonies of #A8C990
Complementary color
Monochromatic Colors of #A8C990
Black with #A8C990
Text Example
Text Example
White with #A8C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C990; }
p { color: rgb(168,201,144); }
H1.HeaderClassName
{
color: #A8C990;
}
.AnyTagClassName
{
color: #A8C990;
}
</style>
background-color css
<style>
a { background-color: #A8C990; }
a { background-color: rgb(168,201,144); }
div.DivClassName
{
background-color: #A8C990;
}
.BgClassName
{
background-color: #A8C990;
}
</style>
border-color css
<style>
span { border-color: #A8C990; }
span { border-color: rgb(168,201,144); }
td.TdClassName
{
border-color: #A8C990;
}
.TagClassName
{
border-color: #A8C990;
}
</style>