Html Css Color HEX #96E00D Inch Worm

📋 copy color: '#96E00D'

red 150 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #96E00D

Tints of Inch Worm #96E00D

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

 GREEN value IS 224 (87.89% from 255) = 57.88%

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 38.76%
G = 57.88%
B = 3.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#96E00D (or 0x96E00D) is known color: Inch Worm. HEX triplet: 96, E0 and 0D. RGB value is (150,224,13). Sum of RGB (Red+Green+Blue) = 150+224+13=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #96E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E00D is #691FF2. Grayscale: #B2B2B2. Windows color (decimal): -6889459 or 909462. OLE color: 909462.

HSL color Cylindrical-coordinate representation of color #96E00D: hue angle of 81.04º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96E00D is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 13 -
CMYK 0.33 0 0.94 0.12
HSL 81.04º 0.89% 0.46% -
HSV(B) 81.04º 0.94% 0.88% -
XYZ 39.31 59.82 9.86 -
YUV 177.82 34.98 108.16 -
System Red Green Blue C M Y K H S L
Decimal 150 224 13 0.33 0 0.94 0.12 81.04 0.89 0.46
Hex 96 E0 D 21 0 5E C 51 59 2E
Octal 226 340 15 41 0 136 14 121 131 56
Binary 10010110 11100000 1101 100001 0 1011110 1100 1010001 1011001 101110

Color Harmonies of #96E00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E00D

Black with #96E00D

Text Example


Text Example

White with #96E00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E00D; }

 p { color: rgb(150,224,13); }

 H1.HeaderClassName
 {
   color: #96E00D;
 }
 .AnyTagClassName
 {
   color: #96E00D;
 }
</style>

background-color css

<style>
 a { background-color: #96E00D; }

 a { background-color: rgb(150,224,13); }

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

border-color css

<style>
 span { border-color: #96E00D; }

 span { border-color: rgb(150,224,13); }

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