#94E118

Color #94E118 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #94E118

Tints of Inch Worm #94E118

Color information

#94E118 (or 0x94E118) is unknown color: approx Inch Worm. HEX triplet: 94, E1 and 18. RGB value is (148,225,24). Sum of RGB (Red+Green+Blue) = 148+225+24=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #94E118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E118 is #6B1EE7. Grayscale: #B3B3B3. Windows color (decimal): -7020264 or 1630612. OLE color: 1630612.

HSL color Cylindrical-coordinate representation of color #94E118: hue angle of 82.99º degrees, saturation: 0.81, 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 #94E118 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB14822524-
CMYK0.3400.890.12
HSL82.99º80.72%48.82%-
HSV(B)82.99º89.33%88.24%-
XYZ39.360.2110.41-
YUV179.0640.49105.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 225 (88.28% from 255) = 56.68%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=37.28%
G=56.68%
B=6.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148225240.3400.890.1282.9980.7248.82
Hex94E11822059C535131
Octal224341304201311412312161
Binary10010100111000011100010001001011001110010100111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94E118;
 }
 .AnyTagClassName
 {
   color: #94E118;
 }
</style>
background-color css

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

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

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

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

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

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