#A5C244

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

Shades of Celery #A5C244

Tints of Celery #A5C244

Color information

#A5C244 (or 0xA5C244) is unknown color: approx Celery. HEX triplet: A5, C2 and 44. RGB value is (165,194,68). Sum of RGB (Red+Green+Blue) = 165+194+68=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C244 is #5A3DBB. Grayscale: #ABABAB. Windows color (decimal): -5914044 or 4506277. OLE color: 4506277.

HSL color Cylindrical-coordinate representation of color #A5C244: hue angle of 73.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5C244 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB16519468-
CMYK0.1500.650.24
HSL73.81º50.81%51.37%-
HSV(B)73.81º64.95%76.08%-
XYZ35.854712.65-
YUV170.9669.89123.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 68 (26.95% from 255) = 15.93%
R=38.64%
G=45.43%
B=15.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165194680.1500.650.2473.8150.8151.37
HexA5C244F041184a3333
Octal245302104170101301126363
Binary10100101110000101000100111101000001110001001010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C244; }

 p { color: rgb(165,194,68); }

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

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

 a { background-color: rgb(165,194,68); }

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

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

 span { border-color: rgb(165,194,68); }

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