#9EDC1E

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

Shades of Inch Worm #9EDC1E

Tints of Inch Worm #9EDC1E

Color information

#9EDC1E (or 0x9EDC1E) is unknown color: approx Inch Worm. HEX triplet: 9E, DC and 1E. RGB value is (158,220,30). Sum of RGB (Red+Green+Blue) = 158+220+30=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDC1E is #6123E1. Grayscale: #B4B4B4. Windows color (decimal): -6366178 or 2022558. OLE color: 2022558.

HSL color Cylindrical-coordinate representation of color #9EDC1E: hue angle of 79.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EDC1E is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB15822030-
CMYK0.2800.860.14
HSL79.58º76%49.02%-
HSV(B)79.58º86.36%86.27%-
XYZ39.9358.5510.42-
YUV179.843.46112.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 220 (86.33% from 255) = 53.92%
BLUE value IS 30 (12.11% from 255) = 7.35%
R=38.73%
G=53.92%
B=7.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158220300.2800.860.1479.587649.02
Hex9EDC1E1C056E504c31
Octal236334363401261612011461
Binary1001111011011100111101110001010110111010100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EDC1E; }

 p { color: rgb(158,220,30); }

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

<style>
 a { background-color: #9EDC1E; }

 a { background-color: rgb(158,220,30); }

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

<style>
 span { border-color: #9EDC1E; }

 span { border-color: rgb(158,220,30); }

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