#94DA0B

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

Shades of Inch Worm #94DA0B

Tints of Inch Worm #94DA0B

Color information

#94DA0B (or 0x94DA0B) is unknown color: approx Inch Worm. HEX triplet: 94, DA and 0B. RGB value is (148,218,11). Sum of RGB (Red+Green+Blue) = 148+218+11=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DA0B is #6B25F4. Grayscale: #AEAEAE. Windows color (decimal): -7022069 or 776852. OLE color: 776852.

HSL color Cylindrical-coordinate representation of color #94DA0B: hue angle of 80.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94DA0B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB14821811-
CMYK0.3200.950.15
HSL80.29º90.39%44.9%-
HSV(B)80.29º94.95%85.49%-
XYZ37.3456.469.25-
YUV173.4736.31109.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 218 (85.55% from 255) = 57.82%
BLUE value IS 11 (4.69% from 255) = 2.92%
R=39.26%
G=57.82%
B=2.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148218110.3200.950.1580.2990.3944.9
Hex94DAB2005FF505a2d
Octal224332134001371712013255
Binary1001010011011010101110000001011111111110100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,11); }

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

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

 a { background-color: rgb(148,218,11); }

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

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

 span { border-color: rgb(148,218,11); }

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