Html Css Color HEX #A1EC40 Green Yellow

📋 copy color: '#A1EC40'

red 161 ◦ green 236 ◦ blue 64

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

Shades of Green Yellow #A1EC40

Tints of Green Yellow #A1EC40

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

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

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

R = 34.92%
G = 51.19%
B = 13.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#A1EC40 (or 0xA1EC40) is known color: Green Yellow. HEX triplet: A1, EC and 40. RGB value is (161,236,64). Sum of RGB (Red+Green+Blue) = 161+236+64=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EC40 is #5E13BF. Grayscale: #C2C2C2. Windows color (decimal): -6165440 or 4254881. OLE color: 4254881.

HSL color Cylindrical-coordinate representation of color #A1EC40: hue angle of 86.16º 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 #A1EC40 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 236 64 -
CMYK 0.32 0 0.73 0.07
HSL 86.16º 0.82% 0.59% -
HSV(B) 86.16º 0.73% 0.93% -
XYZ 45.62 67.94 15.56 -
YUV 193.97 54.65 104.49 -
System Red Green Blue C M Y K H S L
Decimal 161 236 64 0.32 0 0.73 0.07 86.16 0.82 0.59
Hex A1 EC 40 20 0 49 7 56 52 3B
Octal 241 354 100 40 0 111 7 126 122 73
Binary 10100001 11101100 1000000 100000 0 1001001 111 1010110 1010010 111011

Color Harmonies of #A1EC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC40

Black with #A1EC40

Text Example


Text Example

White with #A1EC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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