#A1C358

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

Shades of Celery #A1C358

Tints of Celery #A1C358

Color information

#A1C358 (or 0xA1C358) is unknown color: approx Celery. HEX triplet: A1, C3 and 58. RGB value is (161,195,88). Sum of RGB (Red+Green+Blue) = 161+195+88=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C358 is #5E3CA7. Grayscale: #ADADAD. Windows color (decimal): -6175912 or 5817249. OLE color: 5817249.

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

Color convert

RGB16119588-
CMYK0.1700.550.24
HSL79.07º47.14%55.49%-
HSV(B)79.07º54.87%76.47%-
XYZ35.9747.3116.47-
YUV172.6480.24119.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=36.26%
G=43.92%
B=19.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195880.1700.550.2479.0747.1455.49
HexA1C35811037184f2f37
Octal24130313021067301175767
Binary10100001110000111011000100010110111110001001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C358; }

 p { color: rgb(161,195,88); }

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

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

 a { background-color: rgb(161,195,88); }

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

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

 span { border-color: rgb(161,195,88); }

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