#A1F31E

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

Shades of Green Yellow #A1F31E

Tints of Green Yellow #A1F31E

Color information

#A1F31E (or 0xA1F31E) is unknown color: approx Green Yellow. HEX triplet: A1, F3 and 1E. RGB value is (161,243,30). Sum of RGB (Red+Green+Blue) = 161+243+30=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F31E is #5E0CE1. Grayscale: #C2C2C2. Windows color (decimal): -6163682 or 2028449. OLE color: 2028449.

HSL color Cylindrical-coordinate representation of color #A1F31E: hue angle of 83.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1F31E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB16124330-
CMYK0.3400.880.05
HSL83.1º89.87%53.53%-
HSV(B)83.1º87.65%95.29%-
XYZ46.9871.7712.61-
YUV194.235.33104.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 243 (95.31% from 255) = 55.99%
BLUE value IS 30 (12.11% from 255) = 6.91%
R=37.10%
G=55.99%
B=6.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161243300.3400.880.0583.189.8753.53
HexA1F31E220585535a36
Octal24136336420130512313266
Binary1010000111110011111101000100101100010110100111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F31E; }

 p { color: rgb(161,243,30); }

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

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

 a { background-color: rgb(161,243,30); }

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

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

 span { border-color: rgb(161,243,30); }

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