Html Css Color HEX #A1E50D Inch Worm

📋 copy color: '#A1E50D'

red 161 ◦ green 229 ◦ blue 13

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

Shades of Inch Worm #A1E50D

Tints of Inch Worm #A1E50D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.82%

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 39.95%
G = 56.82%
B = 3.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#A1E50D (or 0xA1E50D) is known color: Inch Worm. HEX triplet: A1, E5 and 0D. RGB value is (161,229,13). Sum of RGB (Red+Green+Blue) = 161+229+13=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E50D is #5E1AF2. Grayscale: #B8B8B8. Windows color (decimal): -6167283 or 910753. OLE color: 910753.

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

Color convert

RGB 161 229 13 -
CMYK 0.30 0 0.94 0.10
HSL 78.89º 0.89% 0.47% -
HSV(B) 78.89º 0.94% 0.9% -
XYZ 42.79 63.64 10.41 -
YUV 184.04 31.47 111.56 -
System Red Green Blue C M Y K H S L
Decimal 161 229 13 0.30 0 0.94 0.10 78.89 0.89 0.47
Hex A1 E5 D 1E 0 5E A 4F 59 2F
Octal 241 345 15 36 0 136 12 117 131 57
Binary 10100001 11100101 1101 11110 0 1011110 1010 1001111 1011001 101111

Color Harmonies of #A1E50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E50D

Black with #A1E50D

Text Example


Text Example

White with #A1E50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E50D; }

 p { color: rgb(161,229,13); }

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

background-color css

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

 a { background-color: rgb(161,229,13); }

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

border-color css

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

 span { border-color: rgb(161,229,13); }

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