#9ED914

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

Shades of Inch Worm #9ED914

Tints of Inch Worm #9ED914

Color information

#9ED914 (or 0x9ED914) is unknown color: approx Inch Worm. HEX triplet: 9E, D9 and 14. RGB value is (158,217,20). Sum of RGB (Red+Green+Blue) = 158+217+20=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED914 is #6126EB. Grayscale: #B1B1B1. Windows color (decimal): -6366956 or 1366430. OLE color: 1366430.

HSL color Cylindrical-coordinate representation of color #9ED914: hue angle of 77.97º degrees, saturation: 0.83, 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 #9ED914 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB15821720-
CMYK0.2700.910.15
HSL77.97º83.12%46.47%-
HSV(B)77.97º90.78%85.1%-
XYZ39.0456.959.6-
YUV176.939.45114.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 217 (85.16% from 255) = 54.94%
BLUE value IS 20 (8.20% from 255) = 5.06%
R=40%
G=54.94%
B=5.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158217200.2700.910.1577.9783.1246.47
Hex9ED9141B05BF4e532e
Octal236331243301331711612356
Binary1001111011011001101001101101011011111110011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,20); }

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

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

 a { background-color: rgb(158,217,20); }

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

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

 span { border-color: rgb(158,217,20); }

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