#A5C04E

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

Shades of Celery #A5C04E

Tints of Celery #A5C04E

Color information

#A5C04E (or 0xA5C04E) is unknown color: approx Celery. HEX triplet: A5, C0 and 4E. RGB value is (165,192,78). Sum of RGB (Red+Green+Blue) = 165+192+78=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C04E is #5A3FB1. Grayscale: #ABABAB. Windows color (decimal): -5914546 or 5161125. OLE color: 5161125.

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

Color convert

RGB16519278-
CMYK0.1400.590.25
HSL74.21º47.5%52.94%-
HSV(B)74.21º59.38%75.29%-
XYZ35.7446.2514.25-
YUV170.9375.55123.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 192 (75.39% from 255) = 44.14%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=37.93%
G=44.14%
B=17.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192780.1400.590.2574.2147.552.94
HexA5C04EE03B194a3035
Octal24530011616073311126065
Binary1010010111000000100111011100111011110011001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C04E; }

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

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

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

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

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

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

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

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