#9CDE00

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

Shades of Inch Worm #9CDE00

Tints of Inch Worm #9CDE00

Color information

#9CDE00 (or 0x9CDE00) is unknown color: approx Inch Worm. HEX triplet: 9C, DE and 00. RGB value is (156,222,0). Sum of RGB (Red+Green+Blue) = 156+222+0=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDE00 is #6321FF. Grayscale: #B1B1B1. Windows color (decimal): -6496768 or 56988. OLE color: 56988.

HSL color Cylindrical-coordinate representation of color #9CDE00: hue angle of 77.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CDE00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB1562220-
CMYK0.30010.13
HSL77.84º100%43.53%-
HSV(B)77.84º100%87.06%-
XYZ39.8359.319.35-
YUV176.9628.13113.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 222 (87.11% from 255) = 58.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.27%
G=58.73%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15622200.30010.1377.8410043.53
Hex9CDE01E064D4e642c
Octal23433603601441511614454
Binary100111001101111001111001100100110110011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,0); }

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

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

 a { background-color: rgb(156,222,0); }

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

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

 span { border-color: rgb(156,222,0); }

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