Shades of Feijoa #A8CD91
Tints of Feijoa #A8CD91
RGB
CMYK
RGB Variations
Color information
#A8CD91 (or 0xA8CD91) is known color: Feijoa. HEX triplet: A8, CD and 91. RGB value is (168,205,145). Sum of RGB (Red+Green+Blue) = 168+205+145=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD91 is #57326E. Grayscale: #BBBBBB. Windows color (decimal): -5714543 or 9555368. OLE color: 9555368.
HSL color Cylindrical-coordinate representation of color #A8CD91: hue angle of 97º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CD91 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 145 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.20 |
| HSL | 97º | 0.38% | 0.69% | - |
| HSV(B) | 97º | 0.29% | 0.8% | - |
| XYZ | 43.09 | 54.03 | 34.95 | - |
| YUV | 187.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 145 | 0.18 | 0 | 0.29 | 0.20 | 97 | 0.38 | 0.69 |
| Hex | A8 | CD | 91 | 12 | 0 | 1D | 14 | 61 | 26 | 45 |
| Octal | 250 | 315 | 221 | 22 | 0 | 35 | 24 | 141 | 46 | 105 |
| Binary | 10101000 | 11001101 | 10010001 | 10010 | 0 | 11101 | 10100 | 1100001 | 100110 | 1000101 |
Color Harmonies of #A8CD91
Complementary color
Monochromatic Colors of #A8CD91
Black with #A8CD91
Text Example
Text Example
White with #A8CD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD91; }
p { color: rgb(168,205,145); }
H1.HeaderClassName
{
color: #A8CD91;
}
.AnyTagClassName
{
color: #A8CD91;
}
</style>
background-color css
<style>
a { background-color: #A8CD91; }
a { background-color: rgb(168,205,145); }
div.DivClassName
{
background-color: #A8CD91;
}
.BgClassName
{
background-color: #A8CD91;
}
</style>
border-color css
<style>
span { border-color: #A8CD91; }
span { border-color: rgb(168,205,145); }
td.TdClassName
{
border-color: #A8CD91;
}
.TagClassName
{
border-color: #A8CD91;
}
</style>