Html Css Color HEX #96DC06 Inch Worm

📋 copy color: '#96DC06'

red 150 ◦ green 220 ◦ blue 6

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

Shades of Inch Worm #96DC06

Tints of Inch Worm #96DC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 39.89%
G = 58.51%
B = 1.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#96DC06 (or 0x96DC06) is known color: Inch Worm. HEX triplet: 96, DC and 06. RGB value is (150,220,6). Sum of RGB (Red+Green+Blue) = 150+220+6=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DC06 is #6923F9. Grayscale: #AFAFAF. Windows color (decimal): -6890490 or 449686. OLE color: 449686.

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

Color convert

RGB 150 220 6 -
CMYK 0.32 0 0.97 0.14
HSL 79.63º 0.95% 0.44% -
HSV(B) 79.63º 0.97% 0.86% -
XYZ 38.2 57.68 9.29 -
YUV 174.67 32.81 110.4 -
System Red Green Blue C M Y K H S L
Decimal 150 220 6 0.32 0 0.97 0.14 79.63 0.95 0.44
Hex 96 DC 6 20 0 61 E 50 5F 2C
Octal 226 334 6 40 0 141 16 120 137 54
Binary 10010110 11011100 110 100000 0 1100001 1110 1010000 1011111 101100

Color Harmonies of #96DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC06

Black with #96DC06

Text Example


Text Example

White with #96DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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