Html Css Color HEX #9FDC1F Inch Worm

📋 copy color: '#9FDC1F'

red 159 ◦ green 220 ◦ blue 31

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

Shades of Inch Worm #9FDC1F

Tints of Inch Worm #9FDC1F

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

 GREEN value IS 220 (86.33% from 255) = 53.66%

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 38.78%
G = 53.66%
B = 7.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#9FDC1F (or 0x9FDC1F) is known color: Inch Worm. HEX triplet: 9F, DC and 1F. RGB value is (159,220,31). Sum of RGB (Red+Green+Blue) = 159+220+31=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC1F is #6023E0. Grayscale: #B4B4B4. Windows color (decimal): -6300641 or 2088095. OLE color: 2088095.

HSL color Cylindrical-coordinate representation of color #9FDC1F: hue angle of 79.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FDC1F is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 31 -
CMYK 0.28 0 0.86 0.14
HSL 79.37º 0.75% 0.49% -
HSV(B) 79.37º 0.86% 0.86% -
XYZ 40.14 58.66 10.5 -
YUV 180.22 43.79 112.87 -
System Red Green Blue C M Y K H S L
Decimal 159 220 31 0.28 0 0.86 0.14 79.37 0.75 0.49
Hex 9F DC 1F 1C 0 56 E 4F 4B 31
Octal 237 334 37 34 0 126 16 117 113 61
Binary 10011111 11011100 11111 11100 0 1010110 1110 1001111 1001011 110001

Color Harmonies of #9FDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC1F

Black with #9FDC1F

Text Example


Text Example

White with #9FDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDC1F; }

 p { color: rgb(159,220,31); }

 H1.HeaderClassName
 {
   color: #9FDC1F;
 }
 .AnyTagClassName
 {
   color: #9FDC1F;
 }
</style>

background-color css

<style>
 a { background-color: #9FDC1F; }

 a { background-color: rgb(159,220,31); }

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

border-color css

<style>
 span { border-color: #9FDC1F; }

 span { border-color: rgb(159,220,31); }

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