#A6C158

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

Shades of Celery #A6C158

Tints of Celery #A6C158

Color information

#A6C158 (or 0xA6C158) is unknown color: approx Celery. HEX triplet: A6, C1 and 58. RGB value is (166,193,88). Sum of RGB (Red+Green+Blue) = 166+193+88=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C158 is #593EA7. Grayscale: #ADADAD. Windows color (decimal): -5848744 or 5816742. OLE color: 5816742.

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

Color convert

RGB16619388-
CMYK0.1400.540.24
HSL75.43º45.85%55.1%-
HSV(B)75.43º54.4%75.69%-
XYZ36.5646.9516.37-
YUV172.9680.05123.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 88 (34.77% from 255) = 19.69%
R=37.14%
G=43.18%
B=19.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193880.1400.540.2475.4345.8555.1
HexA6C158E036184b2e37
Octal24630113016066301135667
Binary1010011011000001101100011100110110110001001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C158; }

 p { color: rgb(166,193,88); }

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

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

 a { background-color: rgb(166,193,88); }

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

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

 span { border-color: rgb(166,193,88); }

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