#94D813

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

Shades of Inch Worm #94D813

Tints of Inch Worm #94D813

Color information

#94D813 (or 0x94D813) is unknown color: approx Inch Worm. HEX triplet: 94, D8 and 13. RGB value is (148,216,19). Sum of RGB (Red+Green+Blue) = 148+216+19=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #94D813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D813 is #6B27EC. Grayscale: #ADADAD. Windows color (decimal): -7022573 or 1300628. OLE color: 1300628.

HSL color Cylindrical-coordinate representation of color #94D813: hue angle of 80.71º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94D813 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB14821619-
CMYK0.3100.910.15
HSL80.71º83.83%46.08%-
HSV(B)80.71º91.2%84.71%-
XYZ36.8955.459.38-
YUV173.2140.97110.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 216 (84.77% from 255) = 56.40%
BLUE value IS 19 (7.81% from 255) = 4.96%
R=38.64%
G=56.40%
B=4.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216190.3100.910.1580.7183.8346.08
Hex94D8131F05BF51542e
Octal224330233701331712112456
Binary1001010011011000100111111101011011111110100011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,19); }

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

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

 a { background-color: rgb(148,216,19); }

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

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

 span { border-color: rgb(148,216,19); }

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