Html Css Color HEX #96E01A Inch Worm

📋 copy color: '#96E01A'

red 150 ◦ green 224 ◦ blue 26

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

Shades of Inch Worm #96E01A

Tints of Inch Worm #96E01A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56%

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 37.5%
G = 56%
B = 6.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#96E01A (or 0x96E01A) is known color: Inch Worm. HEX triplet: 96, E0 and 1A. RGB value is (150,224,26). Sum of RGB (Red+Green+Blue) = 150+224+26=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #96E01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E01A is #691FE5. Grayscale: #B4B4B4. Windows color (decimal): -6889446 or 1761430. OLE color: 1761430.

HSL color Cylindrical-coordinate representation of color #96E01A: hue angle of 82.42º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96E01A is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 26 -
CMYK 0.33 0 0.88 0.12
HSL 82.42º 0.79% 0.49% -
HSV(B) 82.42º 0.88% 0.88% -
XYZ 39.42 59.87 10.46 -
YUV 179.3 41.48 107.1 -
System Red Green Blue C M Y K H S L
Decimal 150 224 26 0.33 0 0.88 0.12 82.42 0.79 0.49
Hex 96 E0 1A 21 0 58 C 52 4F 31
Octal 226 340 32 41 0 130 14 122 117 61
Binary 10010110 11100000 11010 100001 0 1011000 1100 1010010 1001111 110001

Color Harmonies of #96E01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E01A

Black with #96E01A

Text Example


Text Example

White with #96E01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,26); }

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

background-color css

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

 a { background-color: rgb(150,224,26); }

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

border-color css

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

 span { border-color: rgb(150,224,26); }

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