Html Css Color HEX #96E30D Inch Worm

📋 copy color: '#96E30D'

red 150 ◦ green 227 ◦ blue 13

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

Shades of Inch Worm #96E30D

Tints of Inch Worm #96E30D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.21%

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

R = 38.46%
G = 58.21%
B = 3.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#96E30D (or 0x96E30D) is known color: Inch Worm. HEX triplet: 96, E3 and 0D. RGB value is (150,227,13). Sum of RGB (Red+Green+Blue) = 150+227+13=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #96E30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E30D is #691CF2. Grayscale: #B4B4B4. Windows color (decimal): -6888691 or 910230. OLE color: 910230.

HSL color Cylindrical-coordinate representation of color #96E30D: hue angle of 81.59º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96E30D is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 13 -
CMYK 0.34 0 0.94 0.11
HSL 81.59º 0.89% 0.47% -
HSV(B) 81.59º 0.94% 0.89% -
XYZ 40.12 61.45 10.13 -
YUV 179.58 33.99 106.9 -
System Red Green Blue C M Y K H S L
Decimal 150 227 13 0.34 0 0.94 0.11 81.59 0.89 0.47
Hex 96 E3 D 22 0 5E B 52 59 2F
Octal 226 343 15 42 0 136 13 122 131 57
Binary 10010110 11100011 1101 100010 0 1011110 1011 1010010 1011001 101111

Color Harmonies of #96E30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E30D

Black with #96E30D

Text Example


Text Example

White with #96E30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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