Html Css Color HEX #96E816 Inch Worm

📋 copy color: '#96E816'

red 150 ◦ green 232 ◦ blue 22

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

Shades of Inch Worm #96E816

Tints of Inch Worm #96E816

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.43%

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

R = 37.13%
G = 57.43%
B = 5.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#96E816 (or 0x96E816) is known color: Inch Worm. HEX triplet: 96, E8 and 16. RGB value is (150,232,22). Sum of RGB (Red+Green+Blue) = 150+232+22=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #96E816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96E816 is #6917E9. Grayscale: #B8B8B8. Windows color (decimal): -6887402 or 1501334. OLE color: 1501334.

HSL color Cylindrical-coordinate representation of color #96E816: hue angle of 83.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96E816 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 22 -
CMYK 0.35 0 0.91 0.09
HSL 83.43º 0.83% 0.5% -
HSV(B) 83.43º 0.91% 0.91% -
XYZ 41.58 64.26 10.97 -
YUV 183.54 36.83 104.08 -
System Red Green Blue C M Y K H S L
Decimal 150 232 22 0.35 0 0.91 0.09 83.43 0.83 0.5
Hex 96 E8 16 23 0 5B 9 53 53 32
Octal 226 350 26 43 0 133 11 123 123 62
Binary 10010110 11101000 10110 100011 0 1011011 1001 1010011 1010011 110010

Color Harmonies of #96E816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E816

Black with #96E816

Text Example


Text Example

White with #96E816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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