Shades of Feijoa #A8CD93
Tints of Feijoa #A8CD93
RGB
CMYK
RGB Variations
Color information
#A8CD93 (or 0xA8CD93) is known color: Feijoa. HEX triplet: A8, CD and 93. RGB value is (168,205,147). Sum of RGB (Red+Green+Blue) = 168+205+147=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD93 is #57326C. Grayscale: #BBBBBB. Windows color (decimal): -5714541 or 9686440. OLE color: 9686440.
HSL color Cylindrical-coordinate representation of color #A8CD93: hue angle of 98.28º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CD93 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 147 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.20 |
| HSL | 98.28º | 0.37% | 0.69% | - |
| HSV(B) | 98.28º | 0.28% | 0.8% | - |
| XYZ | 43.25 | 54.09 | 35.77 | - |
| YUV | 187.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 147 | 0.18 | 0 | 0.28 | 0.20 | 98.28 | 0.37 | 0.69 |
| Hex | A8 | CD | 93 | 12 | 0 | 1C | 14 | 62 | 25 | 45 |
| Octal | 250 | 315 | 223 | 22 | 0 | 34 | 24 | 142 | 45 | 105 |
| Binary | 10101000 | 11001101 | 10010011 | 10010 | 0 | 11100 | 10100 | 1100010 | 100101 | 1000101 |
Color Harmonies of #A8CD93
Complementary color
Monochromatic Colors of #A8CD93
Black with #A8CD93
Text Example
Text Example
White with #A8CD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD93; }
p { color: rgb(168,205,147); }
H1.HeaderClassName
{
color: #A8CD93;
}
.AnyTagClassName
{
color: #A8CD93;
}
</style>
background-color css
<style>
a { background-color: #A8CD93; }
a { background-color: rgb(168,205,147); }
div.DivClassName
{
background-color: #A8CD93;
}
.BgClassName
{
background-color: #A8CD93;
}
</style>
border-color css
<style>
span { border-color: #A8CD93; }
span { border-color: rgb(168,205,147); }
td.TdClassName
{
border-color: #A8CD93;
}
.TagClassName
{
border-color: #A8CD93;
}
</style>