Html Css Color HEX #9FD30D Inch Worm

📋 copy color: '#9FD30D'

red 159 ◦ green 211 ◦ blue 13

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

Shades of Inch Worm #9FD30D

Tints of Inch Worm #9FD30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.09%

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

R = 41.51%
G = 55.09%
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

#9FD30D (or 0x9FD30D) is known color: Inch Worm. HEX triplet: 9F, D3 and 0D. RGB value is (159,211,13). Sum of RGB (Red+Green+Blue) = 159+211+13=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD30D is #602CF2. Grayscale: #ADADAD. Windows color (decimal): -6302963 or 906143. OLE color: 906143.

HSL color Cylindrical-coordinate representation of color #9FD30D: hue angle of 75.76º 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 #9FD30D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 211 13 -
CMYK 0.25 0 0.94 0.17
HSL 75.76º 0.88% 0.44% -
HSV(B) 75.76º 0.94% 0.83% -
XYZ 37.66 53.99 8.82 -
YUV 172.88 37.77 118.1 -
System Red Green Blue C M Y K H S L
Decimal 159 211 13 0.25 0 0.94 0.17 75.76 0.88 0.44
Hex 9F D3 D 19 0 5E 11 4C 58 2C
Octal 237 323 15 31 0 136 21 114 130 54
Binary 10011111 11010011 1101 11001 0 1011110 10001 1001100 1011000 101100

Color Harmonies of #9FD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD30D

Black with #9FD30D

Text Example


Text Example

White with #9FD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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