Html Css Color HEX #96DA16 Inch Worm

📋 copy color: '#96DA16'

red 150 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #96DA16

Tints of Inch Worm #96DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.9%

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

R = 38.46%
G = 55.9%
B = 5.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#96DA16 (or 0x96DA16) is known color: Inch Worm. HEX triplet: 96, DA and 16. RGB value is (150,218,22). Sum of RGB (Red+Green+Blue) = 150+218+22=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DA16 is #6925E9. Grayscale: #B0B0B0. Windows color (decimal): -6890986 or 1497750. OLE color: 1497750.

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

Color convert

RGB 150 218 22 -
CMYK 0.31 0 0.90 0.15
HSL 80.82º 0.82% 0.47% -
HSV(B) 80.82º 0.9% 0.85% -
XYZ 37.79 56.68 9.71 -
YUV 175.32 41.47 109.94 -
System Red Green Blue C M Y K H S L
Decimal 150 218 22 0.31 0 0.90 0.15 80.82 0.82 0.47
Hex 96 DA 16 1F 0 5A F 51 52 2F
Octal 226 332 26 37 0 132 17 121 122 57
Binary 10010110 11011010 10110 11111 0 1011010 1111 1010001 1010010 101111

Color Harmonies of #96DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA16

Black with #96DA16

Text Example


Text Example

White with #96DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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