Shades of Feijoa #A8CC87
Tints of Feijoa #A8CC87
RGB
CMYK
RGB Variations
Color information
#A8CC87 (or 0xA8CC87) is known color: Feijoa. HEX triplet: A8, CC and 87. RGB value is (168,204,135). Sum of RGB (Red+Green+Blue) = 168+204+135=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC87 is #573378. Grayscale: #B9B9B9. Windows color (decimal): -5714809 or 8899752. OLE color: 8899752.
HSL color Cylindrical-coordinate representation of color #A8CC87: hue angle of 91.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CC87 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 135 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.2 |
| HSL | 91.3º | 0.4% | 0.66% | - |
| HSV(B) | 91.3º | 0.34% | 0.8% | - |
| XYZ | 42.11 | 53.26 | 30.98 | - |
| YUV | 185.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 135 | 0.18 | 0 | 0.34 | 0.2 | 91.3 | 0.4 | 0.66 |
| Hex | A8 | CC | 87 | 12 | 0 | 22 | 14 | 5B | 28 | 42 |
| Octal | 250 | 314 | 207 | 22 | 0 | 42 | 24 | 133 | 50 | 102 |
| Binary | 10101000 | 11001100 | 10000111 | 10010 | 0 | 100010 | 10100 | 1011011 | 101000 | 1000010 |
Color Harmonies of #A8CC87
Complementary color
Monochromatic Colors of #A8CC87
Black with #A8CC87
Text Example
Text Example
White with #A8CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC87; }
p { color: rgb(168,204,135); }
H1.HeaderClassName
{
color: #A8CC87;
}
.AnyTagClassName
{
color: #A8CC87;
}
</style>
background-color css
<style>
a { background-color: #A8CC87; }
a { background-color: rgb(168,204,135); }
div.DivClassName
{
background-color: #A8CC87;
}
.BgClassName
{
background-color: #A8CC87;
}
</style>
border-color css
<style>
span { border-color: #A8CC87; }
span { border-color: rgb(168,204,135); }
td.TdClassName
{
border-color: #A8CC87;
}
.TagClassName
{
border-color: #A8CC87;
}
</style>