Html Css Color HEX #9FD40D Inch Worm

📋 copy color: '#9FD40D'

red 159 ◦ green 212 ◦ blue 13

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

Shades of Inch Worm #9FD40D

Tints of Inch Worm #9FD40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.21%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 41.41%
G = 55.21%
B = 3.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#9FD40D (or 0x9FD40D) is known color: Inch Worm. HEX triplet: 9F, D4 and 0D. RGB value is (159,212,13). Sum of RGB (Red+Green+Blue) = 159+212+13=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD40D is #602BF2. Grayscale: #AEAEAE. Windows color (decimal): -6302707 or 906399. OLE color: 906399.

HSL color Cylindrical-coordinate representation of color #9FD40D: hue angle of 75.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FD40D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 212 13 -
CMYK 0.25 0 0.94 0.17
HSL 75.98º 0.88% 0.44% -
HSV(B) 75.98º 0.94% 0.83% -
XYZ 37.91 54.49 8.9 -
YUV 173.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 159 212 13 0.25 0 0.94 0.17 75.98 0.88 0.44
Hex 9F D4 D 19 0 5E 11 4C 58 2C
Octal 237 324 15 31 0 136 21 114 130 54
Binary 10011111 11010100 1101 11001 0 1011110 10001 1001100 1011000 101100

Color Harmonies of #9FD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD40D

Black with #9FD40D

Text Example


Text Example

White with #9FD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,13); }

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

background-color css

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

 a { background-color: rgb(159,212,13); }

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

border-color css

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

 span { border-color: rgb(159,212,13); }

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