Html Css Color HEX #9FDC06 Inch Worm

📋 copy color: '#9FDC06'

red 159 ◦ green 220 ◦ blue 6

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

Shades of Inch Worm #9FDC06

Tints of Inch Worm #9FDC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 41.3%
G = 57.14%
B = 1.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#9FDC06 (or 0x9FDC06) is known color: Inch Worm. HEX triplet: 9F, DC and 06. RGB value is (159,220,6). Sum of RGB (Red+Green+Blue) = 159+220+6=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDC06 is #6023F9. Grayscale: #B2B2B2. Windows color (decimal): -6300666 or 449695. OLE color: 449695.

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

Color convert

RGB 159 220 6 -
CMYK 0.28 0 0.97 0.14
HSL 77.1º 0.95% 0.44% -
HSV(B) 77.1º 0.97% 0.86% -
XYZ 39.92 58.57 9.37 -
YUV 177.37 31.29 114.9 -
System Red Green Blue C M Y K H S L
Decimal 159 220 6 0.28 0 0.97 0.14 77.1 0.95 0.44
Hex 9F DC 6 1C 0 61 E 4D 5F 2C
Octal 237 334 6 34 0 141 16 115 137 54
Binary 10011111 11011100 110 11100 0 1100001 1110 1001101 1011111 101100

Color Harmonies of #9FDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC06

Black with #9FDC06

Text Example


Text Example

White with #9FDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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