Html Css Color HEX #A5C245 Celery

📋 copy color: '#A5C245'

red 165 ◦ green 194 ◦ blue 69

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

Shades of Celery #A5C245

Tints of Celery #A5C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.33%

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

R = 38.55%
G = 45.33%
B = 16.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#A5C245 (or 0xA5C245) is known color: Celery. HEX triplet: A5, C2 and 45. RGB value is (165,194,69). Sum of RGB (Red+Green+Blue) = 165+194+69=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C245 is #5A3DBA. Grayscale: #ABABAB. Windows color (decimal): -5914043 or 4571813. OLE color: 4571813.

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

Color convert

RGB 165 194 69 -
CMYK 0.15 0 0.64 0.24
HSL 73.92º 0.51% 0.52% -
HSV(B) 73.92º 0.64% 0.76% -
XYZ 35.88 47.01 12.81 -
YUV 171.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 165 194 69 0.15 0 0.64 0.24 73.92 0.51 0.52
Hex A5 C2 45 F 0 40 18 4A 33 34
Octal 245 302 105 17 0 100 30 112 63 64
Binary 10100101 11000010 1000101 1111 0 1000000 11000 1001010 110011 110100

Color Harmonies of #A5C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C245

Black with #A5C245

Text Example


Text Example

White with #A5C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C245; }

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

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

background-color css

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

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

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

border-color css

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

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

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