#A5C555

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

Shades of Celery #A5C555

Tints of Celery #A5C555

Color information

#A5C555 (or 0xA5C555) is unknown color: approx Celery. HEX triplet: A5, C5 and 55. RGB value is (165,197,85). Sum of RGB (Red+Green+Blue) = 165+197+85=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C555 is #5A3AAA. Grayscale: #AFAFAF. Windows color (decimal): -5913259 or 5621157. OLE color: 5621157.

HSL color Cylindrical-coordinate representation of color #A5C555: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5C555 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB16519785-
CMYK0.1600.570.23
HSL77.14º49.12%55.29%-
HSV(B)77.14º56.85%77.25%-
XYZ37.1248.5916.02-
YUV174.6677.4121.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=36.91%
G=44.07%
B=19.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165197850.1600.570.2377.1449.1255.29
HexA5C55510039174d3137
Octal24530512520071271156167
Binary10100101110001011010101100000111001101111001101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C555; }

 p { color: rgb(165,197,85); }

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

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

 a { background-color: rgb(165,197,85); }

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

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

 span { border-color: rgb(165,197,85); }

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