Html Css Color HEX #96DB16 Inch Worm

📋 copy color: '#96DB16'

red 150 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #96DB16

Tints of Inch Worm #96DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.01%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 38.36%
G = 56.01%
B = 5.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#96DB16 (or 0x96DB16) is known color: Inch Worm. HEX triplet: 96, DB and 16. RGB value is (150,219,22). Sum of RGB (Red+Green+Blue) = 150+219+22=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DB16 is #6924E9. Grayscale: #B0B0B0. Windows color (decimal): -6890730 or 1498006. OLE color: 1498006.

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

Color convert

RGB 150 219 22 -
CMYK 0.32 0 0.90 0.14
HSL 81.02º 0.82% 0.47% -
HSV(B) 81.02º 0.9% 0.86% -
XYZ 38.05 57.21 9.8 -
YUV 175.91 41.14 109.52 -
System Red Green Blue C M Y K H S L
Decimal 150 219 22 0.32 0 0.90 0.14 81.02 0.82 0.47
Hex 96 DB 16 20 0 5A E 51 52 2F
Octal 226 333 26 40 0 132 16 121 122 57
Binary 10010110 11011011 10110 100000 0 1011010 1110 1010001 1010010 101111

Color Harmonies of #96DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DB16

Black with #96DB16

Text Example


Text Example

White with #96DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,22); }

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

background-color css

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

 a { background-color: rgb(150,219,22); }

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

border-color css

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

 span { border-color: rgb(150,219,22); }

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