Shades of Feijoa #A8CB84
Tints of Feijoa #A8CB84
RGB
CMYK
RGB Variations
Color information
#A8CB84 (or 0xA8CB84) is known color: Feijoa. HEX triplet: A8, CB and 84. RGB value is (168,203,132). Sum of RGB (Red+Green+Blue) = 168+203+132=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CB84 is #57347B. Grayscale: #B8B8B8. Windows color (decimal): -5715068 or 8702888. OLE color: 8702888.
HSL color Cylindrical-coordinate representation of color #A8CB84: hue angle of 89.58º 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 #A8CB84 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 132 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.20 |
| HSL | 89.58º | 0.41% | 0.66% | - |
| HSV(B) | 89.58º | 0.35% | 0.8% | - |
| XYZ | 41.67 | 52.7 | 29.81 | - |
| YUV | 184.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 132 | 0.17 | 0 | 0.35 | 0.20 | 89.58 | 0.41 | 0.66 |
| Hex | A8 | CB | 84 | 11 | 0 | 23 | 14 | 5A | 29 | 42 |
| Octal | 250 | 313 | 204 | 21 | 0 | 43 | 24 | 132 | 51 | 102 |
| Binary | 10101000 | 11001011 | 10000100 | 10001 | 0 | 100011 | 10100 | 1011010 | 101001 | 1000010 |
Color Harmonies of #A8CB84
Complementary color
Monochromatic Colors of #A8CB84
Black with #A8CB84
Text Example
Text Example
White with #A8CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB84; }
p { color: rgb(168,203,132); }
H1.HeaderClassName
{
color: #A8CB84;
}
.AnyTagClassName
{
color: #A8CB84;
}
</style>
background-color css
<style>
a { background-color: #A8CB84; }
a { background-color: rgb(168,203,132); }
div.DivClassName
{
background-color: #A8CB84;
}
.BgClassName
{
background-color: #A8CB84;
}
</style>
border-color css
<style>
span { border-color: #A8CB84; }
span { border-color: rgb(168,203,132); }
td.TdClassName
{
border-color: #A8CB84;
}
.TagClassName
{
border-color: #A8CB84;
}
</style>