#A5C250

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

Shades of Celery #A5C250

Tints of Celery #A5C250

Color information

#A5C250 (or 0xA5C250) is unknown color: approx Celery. HEX triplet: A5, C2 and 50. RGB value is (165,194,80). Sum of RGB (Red+Green+Blue) = 165+194+80=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C250 is #5A3DAF. Grayscale: #ACACAC. Windows color (decimal): -5914032 or 5292709. OLE color: 5292709.

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

Color convert

RGB16519480-
CMYK0.1500.590.24
HSL75.26º48.31%53.73%-
HSV(B)75.26º58.76%76.08%-
XYZ36.2647.1614.78-
YUV172.3375.89122.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=37.59%
G=44.19%
B=18.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165194800.1500.590.2475.2648.3153.73
HexA5C250F03B184b3036
Octal24530212017073301136066
Binary1010010111000010101000011110111011110001001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C250; }

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

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

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

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

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

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

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

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