#A2C556

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

Shades of Celery #A2C556

Tints of Celery #A2C556

Color information

#A2C556 (or 0xA2C556) is unknown color: approx Celery. HEX triplet: A2, C5 and 56. RGB value is (162,197,86). Sum of RGB (Red+Green+Blue) = 162+197+86=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C556 is #5D3AA9. Grayscale: #AEAEAE. Windows color (decimal): -6109866 or 5686690. OLE color: 5686690.

HSL color Cylindrical-coordinate representation of color #A2C556: hue angle of 78.92º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2C556 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB16219786-
CMYK0.1800.560.23
HSL78.92º48.9%55.49%-
HSV(B)78.92º56.35%77.25%-
XYZ36.5548.2916.2-
YUV173.8878.4119.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=36.40%
G=44.27%
B=19.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162197860.1800.560.2378.9248.955.49
HexA2C55612038174f3137
Octal24230512622070271176167
Binary10100010110001011010110100100111000101111001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C556; }

 p { color: rgb(162,197,86); }

 H1.HeaderClassName
 {
   color: #A2C556;
 }
 .AnyTagClassName
 {
   color: #A2C556;
 }
</style>
background-color css

<style>
 a { background-color: #A2C556; }

 a { background-color: rgb(162,197,86); }

 div.DivClassName
 {
   background-color: #A2C556;
 }
 .BgClassName
 {
   background-color: #A2C556;
 }
</style>
border-color css

<style>
 span { border-color: #A2C556; }

 span { border-color: rgb(162,197,86); }

 td.TdClassName
 {
   border-color: #A2C556;
 }
 .TagClassName
 {
   border-color: #A2C556;
 }
</style>