#a2c254

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

Shades of Celery #A2C254

Tints of Celery #A2C254

Color information

#A2C254 (or 0xA2C254) is unknown color: approx Celery. HEX triplet: A2, C2 and 54. RGB value is (162,194,84). Sum of RGB (Red+Green+Blue) = 162+194+84=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C254 is #5D3DAB. Grayscale: #ACACAC. Windows color (decimal): -6110636 or 5554850. OLE color: 5554850.

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

Color convert

RGB16219484-
CMYK0.1600.570.24
HSL77.45º47.41%54.51%-
HSV(B)77.45º56.7%76.08%-
XYZ35.7946.9115.55-
YUV171.8978.4120.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=36.82%
G=44.09%
B=19.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162194840.1600.570.2477.4547.4154.51
HexA2C25410039184d2f37
Octal24230212420071301155767
Binary10100010110000101010100100000111001110001001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2c254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2c254; }

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

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

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

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

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

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

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

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