Html Css Color HEX #A5C040 Celery

📋 copy color: '#A5C040'

red 165 ◦ green 192 ◦ blue 64

#A5C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #A5C040

Tints of Celery #A5C040

RGB

 RED value IS 165 (64.84% from 255) = 39.19%

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 39.19%
G = 45.61%
B = 15.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A5C040 (or 0xA5C040) is known color: Celery. HEX triplet: A5, C0 and 40. RGB value is (165,192,64). Sum of RGB (Red+Green+Blue) = 165+192+64=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C040 is #5A3FBF. Grayscale: #A9A9A9. Windows color (decimal): -5914560 or 4243621. OLE color: 4243621.

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

Color convert

RGB 165 192 64 -
CMYK 0.14 0 0.67 0.25
HSL 72.66º 0.5% 0.5% -
HSV(B) 72.66º 0.67% 0.75% -
XYZ 35.29 46.07 11.88 -
YUV 169.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 165 192 64 0.14 0 0.67 0.25 72.66 0.5 0.5
Hex A5 C0 40 E 0 43 19 49 32 32
Octal 245 300 100 16 0 103 31 111 62 62
Binary 10100101 11000000 1000000 1110 0 1000011 11001 1001001 110010 110010

Color Harmonies of #A5C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C040

Black with #A5C040

Text Example


Text Example

White with #A5C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C040; }

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

 H1.HeaderClassName
 {
   color: #A5C040;
 }
 .AnyTagClassName
 {
   color: #A5C040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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