#A4C155

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

Shades of Celery #A4C155

Tints of Celery #A4C155

Color information

#A4C155 (or 0xA4C155) is unknown color: approx Celery. HEX triplet: A4, C1 and 55. RGB value is (164,193,85). Sum of RGB (Red+Green+Blue) = 164+193+85=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C155 is #5B3EAA. Grayscale: #ACACAC. Windows color (decimal): -5979819 or 5620132. OLE color: 5620132.

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

Color convert

RGB16419385-
CMYK0.1500.560.24
HSL76.11º46.55%54.51%-
HSV(B)76.11º55.96%75.69%-
XYZ36.0246.6915.71-
YUV172.0278.89122.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=37.10%
G=43.67%
B=19.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164193850.1500.560.2476.1146.5554.51
HexA4C155F038184c2f37
Octal24430112517070301145767
Binary1010010011000001101010111110111000110001001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C155; }

 p { color: rgb(164,193,85); }

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

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

 a { background-color: rgb(164,193,85); }

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

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

 span { border-color: rgb(164,193,85); }

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