Html Css Color HEX #9DDC0B Inch Worm

📋 copy color: '#9DDC0B'

red 157 ◦ green 220 ◦ blue 11

#9DDC0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #9DDC0B

Tints of Inch Worm #9DDC0B

RGB

 RED value IS 157 (61.72% from 255) = 40.46%

 GREEN value IS 220 (86.33% from 255) = 56.7%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 40.46%
G = 56.7%
B = 2.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#9DDC0B (or 0x9DDC0B) is known color: Inch Worm. HEX triplet: 9D, DC and 0B. RGB value is (157,220,11). Sum of RGB (Red+Green+Blue) = 157+220+11=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDC0B is #6223F4. Grayscale: #B2B2B2. Windows color (decimal): -6431733 or 777373. OLE color: 777373.

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

Color convert

RGB 157 220 11 -
CMYK 0.29 0 0.95 0.14
HSL 78.09º 0.9% 0.45% -
HSV(B) 78.09º 0.95% 0.86% -
XYZ 39.56 58.38 9.5 -
YUV 177.34 34.13 113.49 -
System Red Green Blue C M Y K H S L
Decimal 157 220 11 0.29 0 0.95 0.14 78.09 0.9 0.45
Hex 9D DC B 1D 0 5F E 4E 5A 2D
Octal 235 334 13 35 0 137 16 116 132 55
Binary 10011101 11011100 1011 11101 0 1011111 1110 1001110 1011010 101101

Color Harmonies of #9DDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDC0B

Black with #9DDC0B

Text Example


Text Example

White with #9DDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,11); }

 H1.HeaderClassName
 {
   color: #9DDC0B;
 }
 .AnyTagClassName
 {
   color: #9DDC0B;
 }
</style>

background-color css

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

 a { background-color: rgb(157,220,11); }

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

border-color css

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

 span { border-color: rgb(157,220,11); }

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