Html Css Color HEX #A1E40A Inch Worm

📋 copy color: '#A1E40A'

red 161 ◦ green 228 ◦ blue 10

#A1E40A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #A1E40A

Tints of Inch Worm #A1E40A

RGB

 RED value IS 161 (63.28% from 255) = 40.35%

 GREEN value IS 228 (89.45% from 255) = 57.14%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 40.35%
G = 57.14%
B = 2.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#A1E40A (or 0xA1E40A) is known color: Inch Worm. HEX triplet: A1, E4 and 0A. RGB value is (161,228,10). Sum of RGB (Red+Green+Blue) = 161+228+10=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E40A is #5E1BF5. Grayscale: #B7B7B7. Windows color (decimal): -6167542 or 713889. OLE color: 713889.

HSL color Cylindrical-coordinate representation of color #A1E40A: hue angle of 78.44º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1E40A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 228 10 -
CMYK 0.29 0 0.96 0.11
HSL 78.44º 0.92% 0.47% -
HSV(B) 78.44º 0.96% 0.89% -
XYZ 42.5 63.09 10.22 -
YUV 183.12 30.3 112.23 -
System Red Green Blue C M Y K H S L
Decimal 161 228 10 0.29 0 0.96 0.11 78.44 0.92 0.47
Hex A1 E4 A 1D 0 60 B 4E 5C 2F
Octal 241 344 12 35 0 140 13 116 134 57
Binary 10100001 11100100 1010 11101 0 1100000 1011 1001110 1011100 101111

Color Harmonies of #A1E40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E40A

Black with #A1E40A

Text Example


Text Example

White with #A1E40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E40A; }

 p { color: rgb(161,228,10); }

 H1.HeaderClassName
 {
   color: #A1E40A;
 }
 .AnyTagClassName
 {
   color: #A1E40A;
 }
</style>

background-color css

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

 a { background-color: rgb(161,228,10); }

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

border-color css

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

 span { border-color: rgb(161,228,10); }

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