#9ED707

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

Shades of Inch Worm #9ED707

Tints of Inch Worm #9ED707

Color information

#9ED707 (or 0x9ED707) is unknown color: approx Inch Worm. HEX triplet: 9E, D7 and 07. RGB value is (158,215,7). Sum of RGB (Red+Green+Blue) = 158+215+7=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED707 is #6128F8. Grayscale: #AFAFAF. Windows color (decimal): -6367481 or 513950. OLE color: 513950.

HSL color Cylindrical-coordinate representation of color #9ED707: hue angle of 76.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9ED707 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1582157-
CMYK0.2700.970.16
HSL76.44º93.69%43.53%-
HSV(B)76.44º96.74%84.31%-
XYZ38.4455.898.96-
YUV174.2433.62116.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 215 (84.38% from 255) = 56.58%
BLUE value IS 7 (3.12% from 255) = 1.84%
R=41.58%
G=56.58%
B=1.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15821570.2700.970.1676.4493.6943.53
Hex9ED771B061104c5e2c
Octal23632773301412011413654
Binary100111101101011111111011011000011000010011001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,215,7); }

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

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

 a { background-color: rgb(158,215,7); }

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

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

 span { border-color: rgb(158,215,7); }

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