Shades of Feijoa #A8CC85
Tints of Feijoa #A8CC85
RGB
CMYK
RGB Variations
Color information
#A8CC85 (or 0xA8CC85) is known color: Feijoa. HEX triplet: A8, CC and 85. RGB value is (168,204,133). Sum of RGB (Red+Green+Blue) = 168+204+133=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC85 is #57337A. Grayscale: #B9B9B9. Windows color (decimal): -5714811 or 8768680. OLE color: 8768680.
HSL color Cylindrical-coordinate representation of color #A8CC85: hue angle of 90.42º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8CC85 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 133 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.2 |
| HSL | 90.42º | 0.41% | 0.66% | - |
| HSV(B) | 90.42º | 0.35% | 0.8% | - |
| XYZ | 41.97 | 53.2 | 30.25 | - |
| YUV | 185.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 133 | 0.18 | 0 | 0.35 | 0.2 | 90.42 | 0.41 | 0.66 |
| Hex | A8 | CC | 85 | 12 | 0 | 23 | 14 | 5A | 29 | 42 |
| Octal | 250 | 314 | 205 | 22 | 0 | 43 | 24 | 132 | 51 | 102 |
| Binary | 10101000 | 11001100 | 10000101 | 10010 | 0 | 100011 | 10100 | 1011010 | 101001 | 1000010 |
Color Harmonies of #A8CC85
Complementary color
Monochromatic Colors of #A8CC85
Black with #A8CC85
Text Example
Text Example
White with #A8CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC85; }
p { color: rgb(168,204,133); }
H1.HeaderClassName
{
color: #A8CC85;
}
.AnyTagClassName
{
color: #A8CC85;
}
</style>
background-color css
<style>
a { background-color: #A8CC85; }
a { background-color: rgb(168,204,133); }
div.DivClassName
{
background-color: #A8CC85;
}
.BgClassName
{
background-color: #A8CC85;
}
</style>
border-color css
<style>
span { border-color: #A8CC85; }
span { border-color: rgb(168,204,133); }
td.TdClassName
{
border-color: #A8CC85;
}
.TagClassName
{
border-color: #A8CC85;
}
</style>