#A0C356

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

Shades of Celery #A0C356

Tints of Celery #A0C356

Color information

#A0C356 (or 0xA0C356) is unknown color: approx Celery. HEX triplet: A0, C3 and 56. RGB value is (160,195,86). Sum of RGB (Red+Green+Blue) = 160+195+86=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C356 is #5F3CA9. Grayscale: #ACACAC. Windows color (decimal): -6241450 or 5686176. OLE color: 5686176.

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

Color convert

RGB16019586-
CMYK0.1800.560.24
HSL79.27º47.6%55.1%-
HSV(B)79.27º55.9%76.47%-
XYZ35.6947.1816.03-
YUV172.1179.4119.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=36.28%
G=44.22%
B=19.50%

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
Decimal160195860.1800.560.2479.2747.655.1
HexA0C35612038184f3037
Octal24030312622070301176067
Binary10100000110000111010110100100111000110001001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C356; }

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

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

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

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

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

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

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

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