Html Css Color HEX #A1E40C Inch Worm

📋 copy color: '#A1E40C'

red 161 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #A1E40C

Tints of Inch Worm #A1E40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 40.15%
G = 56.86%
B = 2.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#A1E40C (or 0xA1E40C) is known color: Inch Worm. HEX triplet: A1, E4 and 0C. RGB value is (161,228,12). Sum of RGB (Red+Green+Blue) = 161+228+12=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E40C is #5E1BF3. Grayscale: #B8B8B8. Windows color (decimal): -6167540 or 844961. OLE color: 844961.

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

Color convert

RGB 161 228 12 -
CMYK 0.29 0 0.95 0.11
HSL 78.61º 0.9% 0.47% -
HSV(B) 78.61º 0.95% 0.89% -
XYZ 42.51 63.09 10.29 -
YUV 183.34 31.3 112.06 -
System Red Green Blue C M Y K H S L
Decimal 161 228 12 0.29 0 0.95 0.11 78.61 0.9 0.47
Hex A1 E4 C 1D 0 5F B 4F 5A 2F
Octal 241 344 14 35 0 137 13 117 132 57
Binary 10100001 11100100 1100 11101 0 1011111 1011 1001111 1011010 101111

Color Harmonies of #A1E40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E40C

Black with #A1E40C

Text Example


Text Example

White with #A1E40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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