Html Css Color HEX #96EA19 Inch Worm

📋 copy color: '#96EA19'

red 150 ◦ green 234 ◦ blue 25

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

Shades of Inch Worm #96EA19

Tints of Inch Worm #96EA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 36.67%
G = 57.21%
B = 6.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#96EA19 (or 0x96EA19) is known color: Inch Worm. HEX triplet: 96, EA and 19. RGB value is (150,234,25). Sum of RGB (Red+Green+Blue) = 150+234+25=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EA19 is #6915E6. Grayscale: #B9B9B9. Windows color (decimal): -6886887 or 1698454. OLE color: 1698454.

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

Color convert

RGB 150 234 25 -
CMYK 0.36 0 0.89 0.08
HSL 84.11º 0.83% 0.51% -
HSV(B) 84.11º 0.89% 0.92% -
XYZ 42.18 65.4 11.32 -
YUV 185.06 37.67 102.99 -
System Red Green Blue C M Y K H S L
Decimal 150 234 25 0.36 0 0.89 0.08 84.11 0.83 0.51
Hex 96 EA 19 24 0 59 8 54 53 33
Octal 226 352 31 44 0 131 10 124 123 63
Binary 10010110 11101010 11001 100100 0 1011001 1000 1010100 1010011 110011

Color Harmonies of #96EA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA19

Black with #96EA19

Text Example


Text Example

White with #96EA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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