Html Css Color HEX #94E119 Inch Worm

📋 copy color: '#94E119'

red 148 ◦ green 225 ◦ blue 25

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

Shades of Inch Worm #94E119

Tints of Inch Worm #94E119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 37.19%
G = 56.53%
B = 6.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#94E119 (or 0x94E119) is known color: Inch Worm. HEX triplet: 94, E1 and 19. RGB value is (148,225,25). Sum of RGB (Red+Green+Blue) = 148+225+25=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #94E119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E119 is #6B1EE6. Grayscale: #B3B3B3. Windows color (decimal): -7020263 or 1696148. OLE color: 1696148.

HSL color Cylindrical-coordinate representation of color #94E119: hue angle of 83.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94E119 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 25 -
CMYK 0.34 0 0.89 0.12
HSL 83.1º 0.8% 0.49% -
HSV(B) 83.1º 0.89% 0.88% -
XYZ 39.31 60.22 10.47 -
YUV 179.18 40.99 105.76 -
System Red Green Blue C M Y K H S L
Decimal 148 225 25 0.34 0 0.89 0.12 83.1 0.8 0.49
Hex 94 E1 19 22 0 59 C 53 50 31
Octal 224 341 31 42 0 131 14 123 120 61
Binary 10010100 11100001 11001 100010 0 1011001 1100 1010011 1010000 110001

Color Harmonies of #94E119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E119

Black with #94E119

Text Example


Text Example

White with #94E119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,25); }

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

background-color css

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

 a { background-color: rgb(148,225,25); }

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

border-color css

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

 span { border-color: rgb(148,225,25); }

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