#A1F11D

Color #A1F11D Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A1F11D

Tints of Inch Worm #A1F11D

Color information

#A1F11D (or 0xA1F11D) is unknown color: approx Inch Worm. HEX triplet: A1, F1 and 1D. RGB value is (161,241,29). Sum of RGB (Red+Green+Blue) = 161+241+29=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F11D is #5E0EE2. Grayscale: #C1C1C1. Windows color (decimal): -6164195 or 1962401. OLE color: 1962401.

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

Color convert

RGB16124129-
CMYK0.3300.880.05
HSL82.64º88.33%52.94%-
HSV(B)82.64º87.97%94.51%-
XYZ46.3870.5812.34-
YUV192.9135.5105.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 241 (94.53% from 255) = 55.92%
BLUE value IS 29 (11.72% from 255) = 6.73%
R=37.35%
G=55.92%
B=6.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241290.3300.880.0582.6488.3352.94
HexA1F11D210585535835
Octal24136135410130512313065
Binary1010000111110001111011000010101100010110100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F11D; }

 p { color: rgb(161,241,29); }

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

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

 a { background-color: rgb(161,241,29); }

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

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

 span { border-color: rgb(161,241,29); }

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