#A2C354

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

Shades of Celery #A2C354

Tints of Celery #A2C354

Color information

#A2C354 (or 0xA2C354) is unknown color: approx Celery. HEX triplet: A2, C3 and 54. RGB value is (162,195,84). Sum of RGB (Red+Green+Blue) = 162+195+84=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C354 is #5D3CAB. Grayscale: #ACACAC. Windows color (decimal): -6110380 or 5555106. OLE color: 5555106.

HSL color Cylindrical-coordinate representation of color #A2C354: hue angle of 77.84º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2C354 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB16219584-
CMYK0.1700.570.24
HSL77.84º48.05%54.71%-
HSV(B)77.84º56.92%76.47%-
XYZ36.0247.3515.63-
YUV172.4878.07120.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=36.73%
G=44.22%
B=19.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162195840.1700.570.2477.8448.0554.71
HexA2C35411039184e3037
Octal24230312421071301166067
Binary10100010110000111010100100010111001110001001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C354; }

 p { color: rgb(162,195,84); }

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

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

 a { background-color: rgb(162,195,84); }

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

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

 span { border-color: rgb(162,195,84); }

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