#A6C250

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

Shades of Celery #A6C250

Tints of Celery #A6C250

Color information

#A6C250 (or 0xA6C250) is unknown color: approx Celery. HEX triplet: A6, C2 and 50. RGB value is (166,194,80). Sum of RGB (Red+Green+Blue) = 166+194+80=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C250 is #593DAF. Grayscale: #ADADAD. Windows color (decimal): -5848496 or 5292710. OLE color: 5292710.

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

Color convert

RGB16619480-
CMYK0.1400.590.24
HSL74.74º48.31%53.73%-
HSV(B)74.74º58.76%76.08%-
XYZ36.4747.2714.79-
YUV172.6375.72123.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=37.73%
G=44.09%
B=18.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166194800.1400.590.2474.7448.3153.73
HexA6C250E03B184b3036
Octal24630212016073301136066
Binary1010011011000010101000011100111011110001001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C250; }

 p { color: rgb(166,194,80); }

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

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

 a { background-color: rgb(166,194,80); }

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

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

 span { border-color: rgb(166,194,80); }

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