Html Css Color HEX #9DDD0B Inch Worm

📋 copy color: '#9DDD0B'

red 157 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #9DDD0B

Tints of Inch Worm #9DDD0B

RGB

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

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

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

R = 40.36%
G = 56.81%
B = 2.83%

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

#9DDD0B (or 0x9DDD0B) is known color: Inch Worm. HEX triplet: 9D, DD and 0B. RGB value is (157,221,11). Sum of RGB (Red+Green+Blue) = 157+221+11=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDD0B is #6222F4. Grayscale: #B2B2B2. Windows color (decimal): -6431477 or 777629. OLE color: 777629.

HSL color Cylindrical-coordinate representation of color #9DDD0B: hue angle of 78.29º 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 #9DDD0B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 11 -
CMYK 0.29 0 0.95 0.13
HSL 78.29º 0.91% 0.45% -
HSV(B) 78.29º 0.95% 0.87% -
XYZ 39.82 58.91 9.59 -
YUV 177.92 33.8 113.08 -
System Red Green Blue C M Y K H S L
Decimal 157 221 11 0.29 0 0.95 0.13 78.29 0.91 0.45
Hex 9D DD B 1D 0 5F D 4E 5B 2D
Octal 235 335 13 35 0 137 15 116 133 55
Binary 10011101 11011101 1011 11101 0 1011111 1101 1001110 1011011 101101

Color Harmonies of #9DDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD0B

Black with #9DDD0B

Text Example


Text Example

White with #9DDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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