#A1E52D

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

Shades of Yellow Green #A1E52D

Tints of Yellow Green #A1E52D

Color information

#A1E52D (or 0xA1E52D) is unknown color: approx Yellow Green. HEX triplet: A1, E5 and 2D. RGB value is (161,229,45). Sum of RGB (Red+Green+Blue) = 161+229+45=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E52D is #5E1AD2. Grayscale: #BCBCBC. Windows color (decimal): -6167251 or 3007905. OLE color: 3007905.

HSL color Cylindrical-coordinate representation of color #A1E52D: hue angle of 82.17º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1E52D is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB16122945-
CMYK0.3000.800.10
HSL82.17º77.97%53.73%-
HSV(B)82.17º80.35%89.8%-
XYZ43.1963.8112.52-
YUV187.6947.47108.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 229 (89.84% from 255) = 52.64%
BLUE value IS 45 (17.97% from 255) = 10.34%
R=37.01%
G=52.64%
B=10.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161229450.3000.800.1082.1777.9753.73
HexA1E52D1E050A524e36
Octal241345553601201212211666
Binary10100001111001011011011111001010000101010100101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E52D; }

 p { color: rgb(161,229,45); }

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

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

 a { background-color: rgb(161,229,45); }

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

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

 span { border-color: rgb(161,229,45); }

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