#A2C25A

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

Shades of Celery #A2C25A

Tints of Celery #A2C25A

Color information

#A2C25A (or 0xA2C25A) is unknown color: approx Celery. HEX triplet: A2, C2 and 5A. RGB value is (162,194,90). Sum of RGB (Red+Green+Blue) = 162+194+90=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C25A is #5D3DA5. Grayscale: #ACACAC. Windows color (decimal): -6110630 or 5948066. OLE color: 5948066.

HSL color Cylindrical-coordinate representation of color #A2C25A: hue angle of 78.46º degrees, saturation: 0.46, 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 #A2C25A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB16219490-
CMYK0.1600.540.24
HSL78.46º46.02%55.69%-
HSV(B)78.46º53.61%76.08%-
XYZ36.044716.85-
YUV172.5881.4120.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=36.32%
G=43.50%
B=20.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162194900.1600.540.2478.4646.0255.69
HexA2C25A10036184e2e38
Octal24230213220066301165670
Binary10100010110000101011010100000110110110001001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C25A; }

 p { color: rgb(162,194,90); }

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

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

 a { background-color: rgb(162,194,90); }

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

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

 span { border-color: rgb(162,194,90); }

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