Html Css Color HEX #9FD60C Inch Worm

📋 copy color: '#9FD60C'

red 159 ◦ green 214 ◦ blue 12

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

Shades of Inch Worm #9FD60C

Tints of Inch Worm #9FD60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.58%

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

R = 41.3%
G = 55.58%
B = 3.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#9FD60C (or 0x9FD60C) is known color: Inch Worm. HEX triplet: 9F, D6 and 0C. RGB value is (159,214,12). Sum of RGB (Red+Green+Blue) = 159+214+12=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD60C is #6029F3. Grayscale: #AFAFAF. Windows color (decimal): -6302196 or 841375. OLE color: 841375.

HSL color Cylindrical-coordinate representation of color #9FD60C: hue angle of 76.34º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FD60C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 12 -
CMYK 0.26 0 0.94 0.16
HSL 76.34º 0.89% 0.44% -
HSV(B) 76.34º 0.94% 0.84% -
XYZ 38.41 55.49 9.03 -
YUV 174.53 36.28 116.93 -
System Red Green Blue C M Y K H S L
Decimal 159 214 12 0.26 0 0.94 0.16 76.34 0.89 0.44
Hex 9F D6 C 1A 0 5E 10 4C 59 2C
Octal 237 326 14 32 0 136 20 114 131 54
Binary 10011111 11010110 1100 11010 0 1011110 10000 1001100 1011001 101100

Color Harmonies of #9FD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD60C

Black with #9FD60C

Text Example


Text Example

White with #9FD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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