#A5C042

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

Shades of Celery #A5C042

Tints of Celery #A5C042

Color information

#A5C042 (or 0xA5C042) is unknown color: approx Celery. HEX triplet: A5, C0 and 42. RGB value is (165,192,66). Sum of RGB (Red+Green+Blue) = 165+192+66=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C042 is #5A3FBD. Grayscale: #AAAAAA. Windows color (decimal): -5914558 or 4374693. OLE color: 4374693.

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

Color convert

RGB16519266-
CMYK0.1400.660.25
HSL72.86º50%50.59%-
HSV(B)72.86º65.62%75.29%-
XYZ35.3546.0912.19-
YUV169.5669.55124.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 66 (26.17% from 255) = 15.60%
R=39.01%
G=45.39%
B=15.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192660.1400.660.2572.865050.59
HexA5C042E04219493233
Octal245300102160102311116263
Binary10100101110000001000010111001000010110011001001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C042; }

 p { color: rgb(165,192,66); }

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

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

 a { background-color: rgb(165,192,66); }

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

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

 span { border-color: rgb(165,192,66); }

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