Shades of Feijoa #A8CC8A
Tints of Feijoa #A8CC8A
RGB
CMYK
RGB Variations
Color information
#A8CC8A (or 0xA8CC8A) is known color: Feijoa. HEX triplet: A8, CC and 8A. RGB value is (168,204,138). Sum of RGB (Red+Green+Blue) = 168+204+138=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC8A is #573375. Grayscale: #B9B9B9. Windows color (decimal): -5714806 or 9096360. OLE color: 9096360.
HSL color Cylindrical-coordinate representation of color #A8CC8A: hue angle of 92.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8CC8A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 138 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.2 |
| HSL | 92.73º | 0.39% | 0.67% | - |
| HSV(B) | 92.73º | 0.32% | 0.8% | - |
| XYZ | 42.33 | 53.35 | 32.11 | - |
| YUV | 185.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 138 | 0.18 | 0 | 0.32 | 0.2 | 92.73 | 0.39 | 0.67 |
| Hex | A8 | CC | 8A | 12 | 0 | 20 | 14 | 5D | 27 | 43 |
| Octal | 250 | 314 | 212 | 22 | 0 | 40 | 24 | 135 | 47 | 103 |
| Binary | 10101000 | 11001100 | 10001010 | 10010 | 0 | 100000 | 10100 | 1011101 | 100111 | 1000011 |
Color Harmonies of #A8CC8A
Complementary color
Monochromatic Colors of #A8CC8A
Black with #A8CC8A
Text Example
Text Example
White with #A8CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC8A; }
p { color: rgb(168,204,138); }
H1.HeaderClassName
{
color: #A8CC8A;
}
.AnyTagClassName
{
color: #A8CC8A;
}
</style>
background-color css
<style>
a { background-color: #A8CC8A; }
a { background-color: rgb(168,204,138); }
div.DivClassName
{
background-color: #A8CC8A;
}
.BgClassName
{
background-color: #A8CC8A;
}
</style>
border-color css
<style>
span { border-color: #A8CC8A; }
span { border-color: rgb(168,204,138); }
td.TdClassName
{
border-color: #A8CC8A;
}
.TagClassName
{
border-color: #A8CC8A;
}
</style>