Html Css Color HEX #94E017 Inch Worm

📋 copy color: '#94E017'

red 148 ◦ green 224 ◦ blue 23

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

Shades of Inch Worm #94E017

Tints of Inch Worm #94E017

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.71%

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 37.47%
G = 56.71%
B = 5.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#94E017 (or 0x94E017) is known color: Inch Worm. HEX triplet: 94, E0 and 17. RGB value is (148,224,23). Sum of RGB (Red+Green+Blue) = 148+224+23=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #94E017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E017 is #6B1FE8. Grayscale: #B3B3B3. Windows color (decimal): -7020521 or 1564820. OLE color: 1564820.

HSL color Cylindrical-coordinate representation of color #94E017: hue angle of 82.69º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94E017 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 224 23 -
CMYK 0.34 0 0.90 0.12
HSL 82.69º 0.81% 0.48% -
HSV(B) 82.69º 0.9% 0.88% -
XYZ 39.02 59.67 10.27 -
YUV 178.36 40.32 106.34 -
System Red Green Blue C M Y K H S L
Decimal 148 224 23 0.34 0 0.90 0.12 82.69 0.81 0.48
Hex 94 E0 17 22 0 5A C 53 51 30
Octal 224 340 27 42 0 132 14 123 121 60
Binary 10010100 11100000 10111 100010 0 1011010 1100 1010011 1010001 110000

Color Harmonies of #94E017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E017

Black with #94E017

Text Example


Text Example

White with #94E017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,23); }

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

background-color css

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

 a { background-color: rgb(148,224,23); }

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

border-color css

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

 span { border-color: rgb(148,224,23); }

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