#A0C355

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

Shades of Celery #A0C355

Tints of Celery #A0C355

Color information

#A0C355 (or 0xA0C355) is unknown color: approx Celery. HEX triplet: A0, C3 and 55. RGB value is (160,195,85). Sum of RGB (Red+Green+Blue) = 160+195+85=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C355 is #5F3CAA. Grayscale: #ACACAC. Windows color (decimal): -6241451 or 5620640. OLE color: 5620640.

HSL color Cylindrical-coordinate representation of color #A0C355: hue angle of 79.09º degrees, saturation: 0.48, 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 #A0C355 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB16019585-
CMYK0.1800.560.24
HSL79.09º47.83%54.9%-
HSV(B)79.09º56.41%76.47%-
XYZ35.6547.1615.82-
YUV171.9978.9119.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=36.36%
G=44.32%
B=19.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160195850.1800.560.2479.0947.8354.9
HexA0C35512038184f3037
Octal24030312522070301176067
Binary10100000110000111010101100100111000110001001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C355; }

 p { color: rgb(160,195,85); }

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

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

 a { background-color: rgb(160,195,85); }

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

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

 span { border-color: rgb(160,195,85); }

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