Shades of Feijoa #A8CD90
Tints of Feijoa #A8CD90
RGB
CMYK
RGB Variations
Color information
#A8CD90 (or 0xA8CD90) is known color: Feijoa. HEX triplet: A8, CD and 90. RGB value is (168,205,144). Sum of RGB (Red+Green+Blue) = 168+205+144=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD90 is #57326F. Grayscale: #BBBBBB. Windows color (decimal): -5714544 or 9489832. OLE color: 9489832.
HSL color Cylindrical-coordinate representation of color #A8CD90: hue angle of 96.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CD90 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 144 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.20 |
| HSL | 96.39º | 0.38% | 0.68% | - |
| HSV(B) | 96.39º | 0.3% | 0.8% | - |
| XYZ | 43.01 | 54 | 34.54 | - |
| YUV | 186.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 144 | 0.18 | 0 | 0.30 | 0.20 | 96.39 | 0.38 | 0.68 |
| Hex | A8 | CD | 90 | 12 | 0 | 1E | 14 | 60 | 26 | 44 |
| Octal | 250 | 315 | 220 | 22 | 0 | 36 | 24 | 140 | 46 | 104 |
| Binary | 10101000 | 11001101 | 10010000 | 10010 | 0 | 11110 | 10100 | 1100000 | 100110 | 1000100 |
Color Harmonies of #A8CD90
Complementary color
Monochromatic Colors of #A8CD90
Black with #A8CD90
Text Example
Text Example
White with #A8CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD90; }
p { color: rgb(168,205,144); }
H1.HeaderClassName
{
color: #A8CD90;
}
.AnyTagClassName
{
color: #A8CD90;
}
</style>
background-color css
<style>
a { background-color: #A8CD90; }
a { background-color: rgb(168,205,144); }
div.DivClassName
{
background-color: #A8CD90;
}
.BgClassName
{
background-color: #A8CD90;
}
</style>
border-color css
<style>
span { border-color: #A8CD90; }
span { border-color: rgb(168,205,144); }
td.TdClassName
{
border-color: #A8CD90;
}
.TagClassName
{
border-color: #A8CD90;
}
</style>