Html Css Color HEX #96D610 Inch Worm

📋 copy color: '#96D610'

red 150 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #96D610

Tints of Inch Worm #96D610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.32%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 39.47%
G = 56.32%
B = 4.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#96D610 (or 0x96D610) is known color: Inch Worm. HEX triplet: 96, D6 and 10. RGB value is (150,214,16). Sum of RGB (Red+Green+Blue) = 150+214+16=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #96D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D610 is #6929EF. Grayscale: #ADADAD. Windows color (decimal): -6892016 or 1103510. OLE color: 1103510.

HSL color Cylindrical-coordinate representation of color #96D610: hue angle of 79.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96D610 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 16 -
CMYK 0.30 0 0.93 0.16
HSL 79.39º 0.86% 0.45% -
HSV(B) 79.39º 0.93% 0.84% -
XYZ 36.72 54.61 9.1 -
YUV 172.29 39.8 112.1 -
System Red Green Blue C M Y K H S L
Decimal 150 214 16 0.30 0 0.93 0.16 79.39 0.86 0.45
Hex 96 D6 10 1E 0 5D 10 4F 56 2D
Octal 226 326 20 36 0 135 20 117 126 55
Binary 10010110 11010110 10000 11110 0 1011101 10000 1001111 1010110 101101

Color Harmonies of #96D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D610

Black with #96D610

Text Example


Text Example

White with #96D610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,16); }

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

background-color css

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

 a { background-color: rgb(150,214,16); }

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

border-color css

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

 span { border-color: rgb(150,214,16); }

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