Shades of Feijoa #A8C98A
Tints of Feijoa #A8C98A
RGB
CMYK
RGB Variations
Color information
#A8C98A (or 0xA8C98A) is known color: Feijoa. HEX triplet: A8, C9 and 8A. RGB value is (168,201,138). Sum of RGB (Red+Green+Blue) = 168+201+138=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98A is #573675. Grayscale: #B8B8B8. Windows color (decimal): -5715574 or 9095592. OLE color: 9095592.
HSL color Cylindrical-coordinate representation of color #A8C98A: hue angle of 91.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C98A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 138 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.21 |
| HSL | 91.43º | 0.37% | 0.66% | - |
| HSV(B) | 91.43º | 0.31% | 0.79% | - |
| XYZ | 41.62 | 51.93 | 31.88 | - |
| YUV | 183.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 138 | 0.16 | 0 | 0.31 | 0.21 | 91.43 | 0.37 | 0.66 |
| Hex | A8 | C9 | 8A | 10 | 0 | 1F | 15 | 5B | 25 | 42 |
| Octal | 250 | 311 | 212 | 20 | 0 | 37 | 25 | 133 | 45 | 102 |
| Binary | 10101000 | 11001001 | 10001010 | 10000 | 0 | 11111 | 10101 | 1011011 | 100101 | 1000010 |
Color Harmonies of #A8C98A
Complementary color
Monochromatic Colors of #A8C98A
Black with #A8C98A
Text Example
Text Example
White with #A8C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C98A; }
p { color: rgb(168,201,138); }
H1.HeaderClassName
{
color: #A8C98A;
}
.AnyTagClassName
{
color: #A8C98A;
}
</style>
background-color css
<style>
a { background-color: #A8C98A; }
a { background-color: rgb(168,201,138); }
div.DivClassName
{
background-color: #A8C98A;
}
.BgClassName
{
background-color: #A8C98A;
}
</style>
border-color css
<style>
span { border-color: #A8C98A; }
span { border-color: rgb(168,201,138); }
td.TdClassName
{
border-color: #A8C98A;
}
.TagClassName
{
border-color: #A8C98A;
}
</style>