#A1E82B

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

Shades of Green Yellow #A1E82B

Tints of Green Yellow #A1E82B

Color information

#A1E82B (or 0xA1E82B) is unknown color: approx Green Yellow. HEX triplet: A1, E8 and 2B. RGB value is (161,232,43). Sum of RGB (Red+Green+Blue) = 161+232+43=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E82B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E82B is #5E17D4. Grayscale: #BDBDBD. Windows color (decimal): -6166485 or 2877601. OLE color: 2877601.

HSL color Cylindrical-coordinate representation of color #A1E82B: hue angle of 82.54º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1E82B is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB16123243-
CMYK0.3100.810.09
HSL82.54º80.43%53.92%-
HSV(B)82.54º81.47%90.98%-
XYZ43.9965.4612.6-
YUV189.2245.48107.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 232 (91.02% from 255) = 53.21%
BLUE value IS 43 (17.19% from 255) = 9.86%
R=36.93%
G=53.21%
B=9.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161232430.3100.810.0982.5480.4353.92
HexA1E82B1F0519535036
Octal241350533701211112312066
Binary10100001111010001010111111101010001100110100111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E82B; }

 p { color: rgb(161,232,43); }

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

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

 a { background-color: rgb(161,232,43); }

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

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

 span { border-color: rgb(161,232,43); }

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