Html Css Color HEX #A5EC40 Green Yellow

📋 copy color: '#A5EC40'

red 165 ◦ green 236 ◦ blue 64

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

Shades of Green Yellow #A5EC40

Tints of Green Yellow #A5EC40

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.75%

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 35.48%
G = 50.75%
B = 13.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#A5EC40 (or 0xA5EC40) is known color: Green Yellow. HEX triplet: A5, EC and 40. RGB value is (165,236,64). Sum of RGB (Red+Green+Blue) = 165+236+64=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EC40 is #5A13BF. Grayscale: #C3C3C3. Windows color (decimal): -5903296 or 4254885. OLE color: 4254885.

HSL color Cylindrical-coordinate representation of color #A5EC40: hue angle of 84.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5EC40 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 64 -
CMYK 0.30 0 0.73 0.07
HSL 84.77º 0.82% 0.59% -
HSV(B) 84.77º 0.73% 0.93% -
XYZ 46.44 68.36 15.6 -
YUV 195.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 165 236 64 0.30 0 0.73 0.07 84.77 0.82 0.59
Hex A5 EC 40 1E 0 49 7 55 52 3B
Octal 245 354 100 36 0 111 7 125 122 73
Binary 10100101 11101100 1000000 11110 0 1001001 111 1010101 1010010 111011

Color Harmonies of #A5EC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC40

Black with #A5EC40

Text Example


Text Example

White with #A5EC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC40; }

 p { color: rgb(165,236,64); }

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

background-color css

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

 a { background-color: rgb(165,236,64); }

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

border-color css

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

 span { border-color: rgb(165,236,64); }

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