Html Css Color HEX #9FDF1F Inch Worm

📋 copy color: '#9FDF1F'

red 159 ◦ green 223 ◦ blue 31

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

Shades of Inch Worm #9FDF1F

Tints of Inch Worm #9FDF1F

RGB

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

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

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

R = 38.5%
G = 54%
B = 7.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#9FDF1F (or 0x9FDF1F) is known color: Inch Worm. HEX triplet: 9F, DF and 1F. RGB value is (159,223,31). Sum of RGB (Red+Green+Blue) = 159+223+31=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF1F is #6020E0. Grayscale: #B6B6B6. Windows color (decimal): -6299873 or 2088863. OLE color: 2088863.

HSL color Cylindrical-coordinate representation of color #9FDF1F: hue angle of 80º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FDF1F is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 31 -
CMYK 0.29 0 0.86 0.13
HSL 80º 0.76% 0.5% -
HSV(B) 80º 0.86% 0.87% -
XYZ 40.93 60.25 10.77 -
YUV 181.98 42.8 111.61 -
System Red Green Blue C M Y K H S L
Decimal 159 223 31 0.29 0 0.86 0.13 80 0.76 0.5
Hex 9F DF 1F 1D 0 56 D 50 4C 32
Octal 237 337 37 35 0 126 15 120 114 62
Binary 10011111 11011111 11111 11101 0 1010110 1101 1010000 1001100 110010

Color Harmonies of #9FDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF1F

Black with #9FDF1F

Text Example


Text Example

White with #9FDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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