Html Css Color HEX #9DEC12 Inch Worm

📋 copy color: '#9DEC12'

red 157 ◦ green 236 ◦ blue 18

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

Shades of Inch Worm #9DEC12

Tints of Inch Worm #9DEC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.42%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 38.2%
G = 57.42%
B = 4.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#9DEC12 (or 0x9DEC12) is known color: Inch Worm. HEX triplet: 9D, EC and 12. RGB value is (157,236,18). Sum of RGB (Red+Green+Blue) = 157+236+18=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEC12 is #6213ED. Grayscale: #BCBCBC. Windows color (decimal): -6427630 or 1240221. OLE color: 1240221.

HSL color Cylindrical-coordinate representation of color #9DEC12: hue angle of 81.74º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DEC12 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 18 -
CMYK 0.33 0 0.92 0.07
HSL 81.74º 0.86% 0.5% -
HSV(B) 81.74º 0.92% 0.93% -
XYZ 44.01 67.2 11.22 -
YUV 187.53 32.33 106.23 -
System Red Green Blue C M Y K H S L
Decimal 157 236 18 0.33 0 0.92 0.07 81.74 0.86 0.5
Hex 9D EC 12 21 0 5C 7 52 56 32
Octal 235 354 22 41 0 134 7 122 126 62
Binary 10011101 11101100 10010 100001 0 1011100 111 1010010 1010110 110010

Color Harmonies of #9DEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEC12

Black with #9DEC12

Text Example


Text Example

White with #9DEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,18); }

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

background-color css

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

 a { background-color: rgb(157,236,18); }

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

border-color css

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

 span { border-color: rgb(157,236,18); }

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