#A6C040

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

Shades of Celery #A6C040

Tints of Celery #A6C040

Color information

#A6C040 (or 0xA6C040) is unknown color: approx Celery. HEX triplet: A6, C0 and 40. RGB value is (166,192,64). Sum of RGB (Red+Green+Blue) = 166+192+64=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C040 is #593FBF. Grayscale: #AAAAAA. Windows color (decimal): -5849024 or 4243622. OLE color: 4243622.

HSL color Cylindrical-coordinate representation of color #A6C040: hue angle of 72.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6C040 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB16619264-
CMYK0.1400.670.25
HSL72.19º50.39%50.2%-
HSV(B)72.19º66.67%75.29%-
XYZ35.546.1811.89-
YUV169.6368.39125.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=39.34%
G=45.50%
B=15.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192640.1400.670.2572.1950.3950.2
HexA6C040E04319483232
Octal246300100160103311106262
Binary10100110110000001000000111001000011110011001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C040; }

 p { color: rgb(166,192,64); }

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

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

 a { background-color: rgb(166,192,64); }

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

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

 span { border-color: rgb(166,192,64); }

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