Shades of Feijoa #A8CC84
Tints of Feijoa #A8CC84
RGB
CMYK
RGB Variations
Color information
#A8CC84 (or 0xA8CC84) is known color: Feijoa. HEX triplet: A8, CC and 84. RGB value is (168,204,132). Sum of RGB (Red+Green+Blue) = 168+204+132=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC84 is #57337B. Grayscale: #B9B9B9. Windows color (decimal): -5714812 or 8703144. OLE color: 8703144.
HSL color Cylindrical-coordinate representation of color #A8CC84: hue angle of 90º 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 #A8CC84 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 132 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.2 |
| HSL | 90º | 0.41% | 0.66% | - |
| HSV(B) | 90º | 0.35% | 0.8% | - |
| XYZ | 41.91 | 53.18 | 29.89 | - |
| YUV | 185.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 132 | 0.18 | 0 | 0.35 | 0.2 | 90 | 0.41 | 0.66 |
| Hex | A8 | CC | 84 | 12 | 0 | 23 | 14 | 5A | 29 | 42 |
| Octal | 250 | 314 | 204 | 22 | 0 | 43 | 24 | 132 | 51 | 102 |
| Binary | 10101000 | 11001100 | 10000100 | 10010 | 0 | 100011 | 10100 | 1011010 | 101001 | 1000010 |
Color Harmonies of #A8CC84
Complementary color
Monochromatic Colors of #A8CC84
Black with #A8CC84
Text Example
Text Example
White with #A8CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC84; }
p { color: rgb(168,204,132); }
H1.HeaderClassName
{
color: #A8CC84;
}
.AnyTagClassName
{
color: #A8CC84;
}
</style>
background-color css
<style>
a { background-color: #A8CC84; }
a { background-color: rgb(168,204,132); }
div.DivClassName
{
background-color: #A8CC84;
}
.BgClassName
{
background-color: #A8CC84;
}
</style>
border-color css
<style>
span { border-color: #A8CC84; }
span { border-color: rgb(168,204,132); }
td.TdClassName
{
border-color: #A8CC84;
}
.TagClassName
{
border-color: #A8CC84;
}
</style>