#A2C048

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

Shades of Celery #A2C048

Tints of Celery #A2C048

Color information

#A2C048 (or 0xA2C048) is unknown color: approx Celery. HEX triplet: A2, C0 and 48. RGB value is (162,192,72). Sum of RGB (Red+Green+Blue) = 162+192+72=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C048 is #5D3FB7. Grayscale: #A9A9A9. Windows color (decimal): -6111160 or 4767906. OLE color: 4767906.

HSL color Cylindrical-coordinate representation of color #A2C048: hue angle of 75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C048 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB16219272-
CMYK0.1600.630.25
HSL75º48.78%51.76%-
HSV(B)75º62.5%75.29%-
XYZ34.9245.8513.14-
YUV169.3573.06122.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 45.07%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=38.03%
G=45.07%
B=16.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162192720.1600.630.257548.7851.76
HexA2C0481003F194b3134
Octal24230011020077311136164
Binary10100010110000001001000100000111111110011001011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C048; }

 p { color: rgb(162,192,72); }

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

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

 a { background-color: rgb(162,192,72); }

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

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

 span { border-color: rgb(162,192,72); }

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