Html Css Color HEX #9FDC03 Inch Worm

📋 copy color: '#9FDC03'

red 159 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #9FDC03

Tints of Inch Worm #9FDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 41.62%
G = 57.59%
B = 0.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#9FDC03 (or 0x9FDC03) is known color: Inch Worm. HEX triplet: 9F, DC and 03. RGB value is (159,220,3). Sum of RGB (Red+Green+Blue) = 159+220+3=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC03 is #6023FC. Grayscale: #B1B1B1. Windows color (decimal): -6300669 or 253087. OLE color: 253087.

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

Color convert

RGB 159 220 3 -
CMYK 0.28 0 0.99 0.14
HSL 76.87º 0.97% 0.44% -
HSV(B) 76.87º 0.99% 0.86% -
XYZ 39.91 58.56 9.29 -
YUV 177.02 29.79 115.14 -
System Red Green Blue C M Y K H S L
Decimal 159 220 3 0.28 0 0.99 0.14 76.87 0.97 0.44
Hex 9F DC 3 1C 0 63 E 4D 61 2C
Octal 237 334 3 34 0 143 16 115 141 54
Binary 10011111 11011100 11 11100 0 1100011 1110 1001101 1100001 101100

Color Harmonies of #9FDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC03

Black with #9FDC03

Text Example


Text Example

White with #9FDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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