#A2C359

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

Shades of Celery #A2C359

Tints of Celery #A2C359

Color information

#A2C359 (or 0xA2C359) is unknown color: approx Celery. HEX triplet: A2, C3 and 59. RGB value is (162,195,89). Sum of RGB (Red+Green+Blue) = 162+195+89=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C359 is #5D3CA6. Grayscale: #ADADAD. Windows color (decimal): -6110375 or 5882786. OLE color: 5882786.

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

Color convert

RGB16219589-
CMYK0.1700.540.24
HSL78.68º46.9%55.69%-
HSV(B)78.68º54.36%76.47%-
XYZ36.2247.4316.7-
YUV173.0580.57120.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=36.32%
G=43.72%
B=19.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162195890.1700.540.2478.6846.955.69
HexA2C35911036184f2f38
Octal24230313121066301175770
Binary10100010110000111011001100010110110110001001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C359; }

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

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

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

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

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

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

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

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