#a1ef2c

Color #A1EF2C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A1EF2C

Tints of Green Yellow #A1EF2C

Color information

#A1EF2C (or 0xA1EF2C) is unknown color: approx Green Yellow. HEX triplet: A1, EF and 2C. RGB value is (161,239,44). Sum of RGB (Red+Green+Blue) = 161+239+44=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF2C is #5E10D3. Grayscale: #C2C2C2. Windows color (decimal): -6164692 or 2944929. OLE color: 2944929.

HSL color Cylindrical-coordinate representation of color #A1EF2C: hue angle of 84º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1EF2C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB16123944-
CMYK0.3300.820.06
HSL84º85.9%55.49%-
HSV(B)84º81.59%93.73%-
XYZ46.0269.4913.37-
YUV193.4543.66104.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 239 (93.75% from 255) = 53.83%
BLUE value IS 44 (17.58% from 255) = 9.91%
R=36.26%
G=53.83%
B=9.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161239440.3300.820.068485.955.49
HexA1EF2C210526545637
Octal24135754410122612412667
Binary10100001111011111011001000010101001011010101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ef2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ef2c; }

 p { color: rgb(161,239,44); }

 H1.HeaderClassName
 {
   color: #a1ef2c;
 }
 .AnyTagClassName
 {
   color: #a1ef2c;
 }
</style>
background-color css

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

 a { background-color: rgb(161,239,44); }

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

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

 span { border-color: rgb(161,239,44); }

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

cancel