Html Css Color HEX #96DF09 Inch Worm

📋 copy color: '#96DF09'

red 150 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #96DF09

Tints of Inch Worm #96DF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.38%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 39.27%
G = 58.38%
B = 2.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#96DF09 (or 0x96DF09) is known color: Inch Worm. HEX triplet: 96, DF and 09. RGB value is (150,223,9). Sum of RGB (Red+Green+Blue) = 150+223+9=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DF09 is #6920F6. Grayscale: #B1B1B1. Windows color (decimal): -6889719 or 647062. OLE color: 647062.

HSL color Cylindrical-coordinate representation of color #96DF09: hue angle of 80.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96DF09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 9 -
CMYK 0.33 0 0.96 0.13
HSL 80.47º 0.92% 0.45% -
HSV(B) 80.47º 0.96% 0.87% -
XYZ 39.01 59.28 9.64 -
YUV 176.78 33.32 108.9 -
System Red Green Blue C M Y K H S L
Decimal 150 223 9 0.33 0 0.96 0.13 80.47 0.92 0.45
Hex 96 DF 9 21 0 60 D 50 5C 2D
Octal 226 337 11 41 0 140 15 120 134 55
Binary 10010110 11011111 1001 100001 0 1100000 1101 1010000 1011100 101101

Color Harmonies of #96DF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF09

Black with #96DF09

Text Example


Text Example

White with #96DF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,9); }

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

background-color css

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

 a { background-color: rgb(150,223,9); }

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

border-color css

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

 span { border-color: rgb(150,223,9); }

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