Html Css Color HEX #96DC13 Inch Worm

📋 copy color: '#96DC13'

red 150 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #96DC13

Tints of Inch Worm #96DC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.56%

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 38.56%
G = 56.56%
B = 4.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#96DC13 (or 0x96DC13) is known color: Inch Worm. HEX triplet: 96, DC and 13. RGB value is (150,220,19). Sum of RGB (Red+Green+Blue) = 150+220+19=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DC13 is #6923EC. Grayscale: #B0B0B0. Windows color (decimal): -6890477 or 1301654. OLE color: 1301654.

HSL color Cylindrical-coordinate representation of color #96DC13: hue angle of 80.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96DC13 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 19 -
CMYK 0.32 0 0.91 0.14
HSL 80.9º 0.84% 0.47% -
HSV(B) 80.9º 0.91% 0.86% -
XYZ 38.29 57.72 9.74 -
YUV 176.16 39.31 109.34 -
System Red Green Blue C M Y K H S L
Decimal 150 220 19 0.32 0 0.91 0.14 80.9 0.84 0.47
Hex 96 DC 13 20 0 5B E 51 54 2F
Octal 226 334 23 40 0 133 16 121 124 57
Binary 10010110 11011100 10011 100000 0 1011011 1110 1010001 1010100 101111

Color Harmonies of #96DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC13

Black with #96DC13

Text Example


Text Example

White with #96DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,19); }

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

background-color css

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

 a { background-color: rgb(150,220,19); }

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

border-color css

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

 span { border-color: rgb(150,220,19); }

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