#A8CB84

Color #A8CB84 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A8CB84

Tints of Feijoa #A8CB84

Color information

#A8CB84 (or 0xA8CB84) is unknown color: approx 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

RGB168203132-
CMYK0.1700.350.20
HSL89.58º40.57%65.69%-
HSV(B)89.58º34.98%79.61%-
XYZ41.6752.729.81-
YUV184.4498.4116.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=33.40%
G=40.36%
B=26.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031320.1700.350.2089.5840.5765.69
HexA8CB8411023145a2942
Octal250313204210432413251102
Binary1010100011001011100001001000101000111010010110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>