Html Css Color HEX #9CDD0B Inch Worm

📋 copy color: '#9CDD0B'

red 156 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #9CDD0B

Tints of Inch Worm #9CDD0B

RGB

 RED value IS 156 (61.33% from 255) = 40.21%

 GREEN value IS 221 (86.72% from 255) = 56.96%

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

R = 40.21%
G = 56.96%
B = 2.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#9CDD0B (or 0x9CDD0B) is known color: Inch Worm. HEX triplet: 9C, DD and 0B. RGB value is (156,221,11). Sum of RGB (Red+Green+Blue) = 156+221+11=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDD0B is #6322F4. Grayscale: #B2B2B2. Windows color (decimal): -6497013 or 777628. OLE color: 777628.

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

Color convert

RGB 156 221 11 -
CMYK 0.29 0 0.95 0.13
HSL 78.57º 0.91% 0.45% -
HSV(B) 78.57º 0.95% 0.87% -
XYZ 39.63 58.8 9.58 -
YUV 177.63 33.97 112.58 -
System Red Green Blue C M Y K H S L
Decimal 156 221 11 0.29 0 0.95 0.13 78.57 0.91 0.45
Hex 9C DD B 1D 0 5F D 4F 5B 2D
Octal 234 335 13 35 0 137 15 117 133 55
Binary 10011100 11011101 1011 11101 0 1011111 1101 1001111 1011011 101101

Color Harmonies of #9CDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD0B

Black with #9CDD0B

Text Example


Text Example

White with #9CDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,11); }

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

background-color css

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

 a { background-color: rgb(156,221,11); }

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

border-color css

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

 span { border-color: rgb(156,221,11); }

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