Html Css Color HEX #A5C14A Celery

📋 copy color: '#A5C14A'

red 165 ◦ green 193 ◦ blue 74

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

Shades of Celery #A5C14A

Tints of Celery #A5C14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 38.19%
G = 44.68%
B = 17.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#A5C14A (or 0xA5C14A) is known color: Celery. HEX triplet: A5, C1 and 4A. RGB value is (165,193,74). Sum of RGB (Red+Green+Blue) = 165+193+74=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C14A is #5A3EB5. Grayscale: #ABABAB. Windows color (decimal): -5914294 or 4899237. OLE color: 4899237.

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

Color convert

RGB 165 193 74 -
CMYK 0.15 0 0.62 0.24
HSL 74.12º 0.49% 0.52% -
HSV(B) 74.12º 0.62% 0.76% -
XYZ 35.82 46.63 13.59 -
YUV 171.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 165 193 74 0.15 0 0.62 0.24 74.12 0.49 0.52
Hex A5 C1 4A F 0 3E 18 4A 31 34
Octal 245 301 112 17 0 76 30 112 61 64
Binary 10100101 11000001 1001010 1111 0 111110 11000 1001010 110001 110100

Color Harmonies of #A5C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C14A

Black with #A5C14A

Text Example


Text Example

White with #A5C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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