Html Css Color HEX #A5C041 Celery

📋 copy color: '#A5C041'

red 165 ◦ green 192 ◦ blue 65

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

Shades of Celery #A5C041

Tints of Celery #A5C041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 39.1%
G = 45.5%
B = 15.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#A5C041 (or 0xA5C041) is known color: Celery. HEX triplet: A5, C0 and 41. RGB value is (165,192,65). Sum of RGB (Red+Green+Blue) = 165+192+65=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C041 is #5A3FBE. Grayscale: #A9A9A9. Windows color (decimal): -5914559 or 4309157. OLE color: 4309157.

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

Color convert

RGB 165 192 65 -
CMYK 0.14 0 0.66 0.25
HSL 72.76º 0.5% 0.5% -
HSV(B) 72.76º 0.66% 0.75% -
XYZ 35.32 46.08 12.03 -
YUV 169.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 165 192 65 0.14 0 0.66 0.25 72.76 0.5 0.5
Hex A5 C0 41 E 0 42 19 49 32 32
Octal 245 300 101 16 0 102 31 111 62 62
Binary 10100101 11000000 1000001 1110 0 1000010 11001 1001001 110010 110010

Color Harmonies of #A5C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C041

Black with #A5C041

Text Example


Text Example

White with #A5C041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C041; }

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

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

background-color css

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

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

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

border-color css

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

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

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