Html Css Color HEX #9FDC0C Inch Worm

📋 copy color: '#9FDC0C'

red 159 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #9FDC0C

Tints of Inch Worm #9FDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 40.66%
G = 56.27%
B = 3.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#9FDC0C (or 0x9FDC0C) is known color: Inch Worm. HEX triplet: 9F, DC and 0C. RGB value is (159,220,12). Sum of RGB (Red+Green+Blue) = 159+220+12=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC0C is #6023F3. Grayscale: #B2B2B2. Windows color (decimal): -6300660 or 842911. OLE color: 842911.

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

Color convert

RGB 159 220 12 -
CMYK 0.28 0 0.95 0.14
HSL 77.6º 0.9% 0.45% -
HSV(B) 77.6º 0.95% 0.86% -
XYZ 39.96 58.58 9.55 -
YUV 178.05 34.29 114.41 -
System Red Green Blue C M Y K H S L
Decimal 159 220 12 0.28 0 0.95 0.14 77.6 0.9 0.45
Hex 9F DC C 1C 0 5F E 4E 5A 2D
Octal 237 334 14 34 0 137 16 116 132 55
Binary 10011111 11011100 1100 11100 0 1011111 1110 1001110 1011010 101101

Color Harmonies of #9FDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC0C

Black with #9FDC0C

Text Example


Text Example

White with #9FDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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