Html Css Color HEX #9DD40C Inch Worm

📋 copy color: '#9DD40C'

red 157 ◦ green 212 ◦ blue 12

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

Shades of Inch Worm #9DD40C

Tints of Inch Worm #9DD40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.64%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 41.21%
G = 55.64%
B = 3.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#9DD40C (or 0x9DD40C) is known color: Inch Worm. HEX triplet: 9D, D4 and 0C. RGB value is (157,212,12). Sum of RGB (Red+Green+Blue) = 157+212+12=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD40C is #622BF3. Grayscale: #ADADAD. Windows color (decimal): -6433780 or 840861. OLE color: 840861.

HSL color Cylindrical-coordinate representation of color #9DD40C: hue angle of 76.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DD40C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 12 -
CMYK 0.26 0 0.94 0.17
HSL 76.5º 0.89% 0.44% -
HSV(B) 76.5º 0.94% 0.83% -
XYZ 37.51 54.28 8.85 -
YUV 172.76 37.28 116.76 -
System Red Green Blue C M Y K H S L
Decimal 157 212 12 0.26 0 0.94 0.17 76.5 0.89 0.44
Hex 9D D4 C 1A 0 5E 11 4C 59 2C
Octal 235 324 14 32 0 136 21 114 131 54
Binary 10011101 11010100 1100 11010 0 1011110 10001 1001100 1011001 101100

Color Harmonies of #9DD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD40C

Black with #9DD40C

Text Example


Text Example

White with #9DD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,12); }

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

background-color css

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

 a { background-color: rgb(157,212,12); }

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

border-color css

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

 span { border-color: rgb(157,212,12); }

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