#9ED301

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

Shades of Inch Worm #9ED301

Tints of Inch Worm #9ED301

Color information

#9ED301 (or 0x9ED301) is unknown color: approx Inch Worm. HEX triplet: 9E, D3 and 01. RGB value is (158,211,1). Sum of RGB (Red+Green+Blue) = 158+211+1=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED301 is #612CFE. Grayscale: #ACACAC. Windows color (decimal): -6368511 or 119710. OLE color: 119710.

HSL color Cylindrical-coordinate representation of color #9ED301: hue angle of 75.14º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9ED301 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB1582111-
CMYK0.2501.000.17
HSL75.14º99.06%41.57%-
HSV(B)75.14º99.53%82.75%-
XYZ37.453.868.45-
YUV171.2131.94118.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 211 (82.81% from 255) = 57.03%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=42.70%
G=57.03%
B=0.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15821110.2501.000.1775.1499.0641.57
Hex9ED3119064114b632a
Octal23632313101442111314352
Binary1001111011010011111001011001001000110010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,211,1); }

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

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

 a { background-color: rgb(158,211,1); }

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

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

 span { border-color: rgb(158,211,1); }

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