Html Css Color HEX #A5C345 Celery

📋 copy color: '#A5C345'

red 165 ◦ green 195 ◦ blue 69

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

Shades of Celery #A5C345

Tints of Celery #A5C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 69 (27.34% from 255) = 16.08%

R = 38.46%
G = 45.45%
B = 16.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#A5C345 (or 0xA5C345) is known color: Celery. HEX triplet: A5, C3 and 45. RGB value is (165,195,69). Sum of RGB (Red+Green+Blue) = 165+195+69=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C345 is #5A3CBA. Grayscale: #ACACAC. Windows color (decimal): -5913787 or 4572069. OLE color: 4572069.

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

Color convert

RGB 165 195 69 -
CMYK 0.15 0 0.65 0.24
HSL 74.29º 0.51% 0.52% -
HSV(B) 74.29º 0.65% 0.76% -
XYZ 36.11 47.46 12.89 -
YUV 171.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 165 195 69 0.15 0 0.65 0.24 74.29 0.51 0.52
Hex A5 C3 45 F 0 41 18 4A 33 34
Octal 245 303 105 17 0 101 30 112 63 64
Binary 10100101 11000011 1000101 1111 0 1000001 11000 1001010 110011 110100

Color Harmonies of #A5C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C345

Black with #A5C345

Text Example


Text Example

White with #A5C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C345; }

 p { color: rgb(165,195,69); }

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

background-color css

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

 a { background-color: rgb(165,195,69); }

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

border-color css

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

 span { border-color: rgb(165,195,69); }

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