Html Css Color HEX #93E10D Inch Worm

📋 copy color: '#93E10D'

red 147 ◦ green 225 ◦ blue 13

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

Shades of Inch Worm #93E10D

Tints of Inch Worm #93E10D

RGB

 RED value IS 147 (57.81% from 255) = 38.18%

 GREEN value IS 225 (88.28% from 255) = 58.44%

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

R = 38.18%
G = 58.44%
B = 3.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#93E10D (or 0x93E10D) is known color: Inch Worm. HEX triplet: 93, E1 and 0D. RGB value is (147,225,13). Sum of RGB (Red+Green+Blue) = 147+225+13=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #93E10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E10D is #6C1EF2. Grayscale: #B2B2B2. Windows color (decimal): -7085811 or 909715. OLE color: 909715.

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

Color convert

RGB 147 225 13 -
CMYK 0.35 0 0.94 0.12
HSL 82.08º 0.89% 0.47% -
HSV(B) 82.08º 0.94% 0.88% -
XYZ 39.03 60.08 9.92 -
YUV 177.51 35.16 106.24 -
System Red Green Blue C M Y K H S L
Decimal 147 225 13 0.35 0 0.94 0.12 82.08 0.89 0.47
Hex 93 E1 D 23 0 5E C 52 59 2F
Octal 223 341 15 43 0 136 14 122 131 57
Binary 10010011 11100001 1101 100011 0 1011110 1100 1010010 1011001 101111

Color Harmonies of #93E10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E10D

Black with #93E10D

Text Example


Text Example

White with #93E10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93E10D; }

 p { color: rgb(147,225,13); }

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

background-color css

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

 a { background-color: rgb(147,225,13); }

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

border-color css

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

 span { border-color: rgb(147,225,13); }

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