#9DDB06

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

Shades of Inch Worm #9DDB06

Tints of Inch Worm #9DDB06

Color information

#9DDB06 (or 0x9DDB06) is unknown color: approx Inch Worm. HEX triplet: 9D, DB and 06. RGB value is (157,219,6). Sum of RGB (Red+Green+Blue) = 157+219+6=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDB06 is #6224F9. Grayscale: #B0B0B0. Windows color (decimal): -6431994 or 449437. OLE color: 449437.

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

Color convert

RGB1572196-
CMYK0.2800.970.14
HSL77.46º94.67%44.12%-
HSV(B)77.46º97.26%85.88%-
XYZ39.2757.849.27-
YUV176.1831.96114.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 219 (85.94% from 255) = 57.33%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=41.10%
G=57.33%
B=1.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal15721960.2800.970.1477.4694.6744.12
Hex9DDB61C061E4d5f2c
Octal23533363401411611513754
Binary10011101110110111101110001100001111010011011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,6); }

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

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

 a { background-color: rgb(157,219,6); }

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

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

 span { border-color: rgb(157,219,6); }

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