Html Css Color HEX #96EA10 Inch Worm

📋 copy color: '#96EA10'

red 150 ◦ green 234 ◦ blue 16

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

Shades of Inch Worm #96EA10

Tints of Inch Worm #96EA10

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.5%

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

R = 37.5%
G = 58.5%
B = 4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#96EA10 (or 0x96EA10) is known color: Inch Worm. HEX triplet: 96, EA and 10. RGB value is (150,234,16). Sum of RGB (Red+Green+Blue) = 150+234+16=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EA10 is #6915EF. Grayscale: #B8B8B8. Windows color (decimal): -6886896 or 1108630. OLE color: 1108630.

HSL color Cylindrical-coordinate representation of color #96EA10: hue angle of 83.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96EA10 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 16 -
CMYK 0.36 0 0.93 0.08
HSL 83.12º 0.87% 0.49% -
HSV(B) 83.12º 0.93% 0.92% -
XYZ 42.09 65.37 10.89 -
YUV 184.03 33.17 103.73 -
System Red Green Blue C M Y K H S L
Decimal 150 234 16 0.36 0 0.93 0.08 83.12 0.87 0.49
Hex 96 EA 10 24 0 5D 8 53 57 31
Octal 226 352 20 44 0 135 10 123 127 61
Binary 10010110 11101010 10000 100100 0 1011101 1000 1010011 1010111 110001

Color Harmonies of #96EA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA10

Black with #96EA10

Text Example


Text Example

White with #96EA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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