#A1EB3F

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

Shades of Green Yellow #A1EB3F

Tints of Green Yellow #A1EB3F

Color information

#A1EB3F (or 0xA1EB3F) is unknown color: approx Green Yellow. HEX triplet: A1, EB and 3F. RGB value is (161,235,63). Sum of RGB (Red+Green+Blue) = 161+235+63=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB3F is #5E14C0. Grayscale: #C1C1C1. Windows color (decimal): -6165697 or 4189089. OLE color: 4189089.

HSL color Cylindrical-coordinate representation of color #A1EB3F: hue angle of 85.81º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1EB3F is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB16123563-
CMYK0.3100.730.08
HSL85.81º81.13%58.43%-
HSV(B)85.81º73.19%92.16%-
XYZ45.367.3515.32-
YUV193.2754.48104.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 235 (92.19% from 255) = 51.20%
BLUE value IS 63 (25% from 255) = 13.73%
R=35.08%
G=51.20%
B=13.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161235630.3100.730.0885.8181.1358.43
HexA1EB3F1F049856513a
Octal241353773701111012612172
Binary10100001111010111111111111101001001100010101101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EB3F; }

 p { color: rgb(161,235,63); }

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

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

 a { background-color: rgb(161,235,63); }

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

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

 span { border-color: rgb(161,235,63); }

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