Html Css Color HEX #94E60D Inch Worm

📋 copy color: '#94E60D'

red 148 ◦ green 230 ◦ blue 13

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

Shades of Inch Worm #94E60D

Tints of Inch Worm #94E60D

RGB

 RED value IS 148 (58.2% from 255) = 37.85%

 GREEN value IS 230 (90.23% from 255) = 58.82%

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

R = 37.85%
G = 58.82%
B = 3.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#94E60D (or 0x94E60D) is known color: Inch Worm. HEX triplet: 94, E6 and 0D. RGB value is (148,230,13). Sum of RGB (Red+Green+Blue) = 148+230+13=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #94E60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94E60D is #6B19F2. Grayscale: #B5B5B5. Windows color (decimal): -7018995 or 910996. OLE color: 910996.

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

Color convert

RGB 148 230 13 -
CMYK 0.36 0 0.94 0.10
HSL 82.67º 0.89% 0.48% -
HSV(B) 82.67º 0.94% 0.9% -
XYZ 40.58 62.92 10.39 -
YUV 180.74 33.33 104.64 -
System Red Green Blue C M Y K H S L
Decimal 148 230 13 0.36 0 0.94 0.10 82.67 0.89 0.48
Hex 94 E6 D 24 0 5E A 53 59 30
Octal 224 346 15 44 0 136 12 123 131 60
Binary 10010100 11100110 1101 100100 0 1011110 1010 1010011 1011001 110000

Color Harmonies of #94E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E60D

Black with #94E60D

Text Example


Text Example

White with #94E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94E60D; }

 p { color: rgb(148,230,13); }

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

background-color css

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

 a { background-color: rgb(148,230,13); }

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

border-color css

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

 span { border-color: rgb(148,230,13); }

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