Html Css Color HEX #96D814 Inch Worm

📋 copy color: '#96D814'

red 150 ◦ green 216 ◦ blue 20

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

Shades of Inch Worm #96D814

Tints of Inch Worm #96D814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.96%

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 38.86%
G = 55.96%
B = 5.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#96D814 (or 0x96D814) is known color: Inch Worm. HEX triplet: 96, D8 and 14. RGB value is (150,216,20). Sum of RGB (Red+Green+Blue) = 150+216+20=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #96D814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D814 is #6927EB. Grayscale: #AEAEAE. Windows color (decimal): -6891500 or 1366166. OLE color: 1366166.

HSL color Cylindrical-coordinate representation of color #96D814: hue angle of 80.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96D814 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 216 20 -
CMYK 0.31 0 0.91 0.15
HSL 80.2º 0.83% 0.46% -
HSV(B) 80.2º 0.91% 0.85% -
XYZ 37.26 55.65 9.44 -
YUV 173.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 150 216 20 0.31 0 0.91 0.15 80.2 0.83 0.46
Hex 96 D8 14 1F 0 5B F 50 53 2E
Octal 226 330 24 37 0 133 17 120 123 56
Binary 10010110 11011000 10100 11111 0 1011011 1111 1010000 1010011 101110

Color Harmonies of #96D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D814

Black with #96D814

Text Example


Text Example

White with #96D814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,20); }

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

background-color css

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

 a { background-color: rgb(150,216,20); }

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

border-color css

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

 span { border-color: rgb(150,216,20); }

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