Html Css Color HEX #A1E40E Inch Worm

📋 copy color: '#A1E40E'

red 161 ◦ green 228 ◦ blue 14

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

Shades of Inch Worm #A1E40E

Tints of Inch Worm #A1E40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 39.95%
G = 56.58%
B = 3.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#A1E40E (or 0xA1E40E) is known color: Inch Worm. HEX triplet: A1, E4 and 0E. RGB value is (161,228,14). Sum of RGB (Red+Green+Blue) = 161+228+14=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E40E is #5E1BF1. Grayscale: #B8B8B8. Windows color (decimal): -6167538 or 976033. OLE color: 976033.

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

Color convert

RGB 161 228 14 -
CMYK 0.29 0 0.94 0.11
HSL 78.79º 0.88% 0.47% -
HSV(B) 78.79º 0.94% 0.89% -
XYZ 42.52 63.1 10.35 -
YUV 183.57 32.3 111.9 -
System Red Green Blue C M Y K H S L
Decimal 161 228 14 0.29 0 0.94 0.11 78.79 0.88 0.47
Hex A1 E4 E 1D 0 5E B 4F 58 2F
Octal 241 344 16 35 0 136 13 117 130 57
Binary 10100001 11100100 1110 11101 0 1011110 1011 1001111 1011000 101111

Color Harmonies of #A1E40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E40E

Black with #A1E40E

Text Example


Text Example

White with #A1E40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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