Html Css Color HEX #A5C141 Celery

📋 copy color: '#A5C141'

red 165 ◦ green 193 ◦ blue 65

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

Shades of Celery #A5C141

Tints of Celery #A5C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.63%

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

R = 39.01%
G = 45.63%
B = 15.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A5C141 (or 0xA5C141) is known color: Celery. HEX triplet: A5, C1 and 41. RGB value is (165,193,65). Sum of RGB (Red+Green+Blue) = 165+193+65=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C141 is #5A3EBE. Grayscale: #AAAAAA. Windows color (decimal): -5914303 or 4309413. OLE color: 4309413.

HSL color Cylindrical-coordinate representation of color #A5C141: hue angle of 73.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5C141 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 65 -
CMYK 0.15 0 0.66 0.24
HSL 73.13º 0.51% 0.51% -
HSV(B) 73.13º 0.66% 0.76% -
XYZ 35.54 46.52 12.11 -
YUV 170.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 165 193 65 0.15 0 0.66 0.24 73.13 0.51 0.51
Hex A5 C1 41 F 0 42 18 49 33 33
Octal 245 301 101 17 0 102 30 111 63 63
Binary 10100101 11000001 1000001 1111 0 1000010 11000 1001001 110011 110011

Color Harmonies of #A5C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C141

Black with #A5C141

Text Example


Text Example

White with #A5C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C141; }

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

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

background-color css

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

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

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

border-color css

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

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

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