#A1EB26

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

Shades of Green Yellow #A1EB26

Tints of Green Yellow #A1EB26

Color information

#A1EB26 (or 0xA1EB26) is unknown color: approx Green Yellow. HEX triplet: A1, EB and 26. RGB value is (161,235,38). Sum of RGB (Red+Green+Blue) = 161+235+38=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EB26 is #5E14D9. Grayscale: #BFBFBF. Windows color (decimal): -6165722 or 2550689. OLE color: 2550689.

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

Color convert

RGB16123538-
CMYK0.3100.840.08
HSL82.54º83.12%53.53%-
HSV(B)82.54º83.83%92.16%-
XYZ44.7667.1312.43-
YUV190.4241.98107.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 235 (92.19% from 255) = 54.15%
BLUE value IS 38 (15.23% from 255) = 8.76%
R=37.10%
G=54.15%
B=8.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161235380.3100.840.0882.5483.1253.53
HexA1EB261F0548535336
Octal241353463701241012312366
Binary10100001111010111001101111101010100100010100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EB26; }

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

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

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

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

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

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

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

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