#A5C45A

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

Shades of Celery #A5C45A

Tints of Celery #A5C45A

Color information

#A5C45A (or 0xA5C45A) is unknown color: approx Celery. HEX triplet: A5, C4 and 5A. RGB value is (165,196,90). Sum of RGB (Red+Green+Blue) = 165+196+90=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C45A is #5A3BA5. Grayscale: #AFAFAF. Windows color (decimal): -5913510 or 5948581. OLE color: 5948581.

HSL color Cylindrical-coordinate representation of color #A5C45A: hue angle of 77.55º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5C45A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB16519690-
CMYK0.1600.540.23
HSL77.55º47.32%56.08%-
HSV(B)77.55º54.08%76.86%-
XYZ37.148.2217.02-
YUV174.6580.23121.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=36.59%
G=43.46%
B=19.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165196900.1600.540.2377.5547.3256.08
HexA5C45A10036174e2f38
Octal24530413220066271165770
Binary10100101110001001011010100000110110101111001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C45A; }

 p { color: rgb(165,196,90); }

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

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

 a { background-color: rgb(165,196,90); }

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

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

 span { border-color: rgb(165,196,90); }

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