Html Css Color HEX #94D60D Inch Worm

📋 copy color: '#94D60D'

red 148 ◦ green 214 ◦ blue 13

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

Shades of Inch Worm #94D60D

Tints of Inch Worm #94D60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.07%

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

R = 39.47%
G = 57.07%
B = 3.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#94D60D (or 0x94D60D) is known color: Inch Worm. HEX triplet: 94, D6 and 0D. RGB value is (148,214,13). Sum of RGB (Red+Green+Blue) = 148+214+13=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #94D60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D60D is #6B29F2. Grayscale: #ACACAC. Windows color (decimal): -7023091 or 906900. OLE color: 906900.

HSL color Cylindrical-coordinate representation of color #94D60D: hue angle of 79.7º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94D60D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 13 -
CMYK 0.31 0 0.94 0.16
HSL 79.7º 0.89% 0.45% -
HSV(B) 79.7º 0.94% 0.84% -
XYZ 36.33 54.42 8.97 -
YUV 171.35 38.63 111.34 -
System Red Green Blue C M Y K H S L
Decimal 148 214 13 0.31 0 0.94 0.16 79.7 0.89 0.45
Hex 94 D6 D 1F 0 5E 10 50 59 2D
Octal 224 326 15 37 0 136 20 120 131 55
Binary 10010100 11010110 1101 11111 0 1011110 10000 1010000 1011001 101101

Color Harmonies of #94D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D60D

Black with #94D60D

Text Example


Text Example

White with #94D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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