Html Css Color HEX #9FD610 Inch Worm

📋 copy color: '#9FD610'

red 159 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #9FD610

Tints of Inch Worm #9FD610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.11%

R = 40.87%
G = 55.01%
B = 4.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#9FD610 (or 0x9FD610) is known color: Inch Worm. HEX triplet: 9F, D6 and 10. RGB value is (159,214,16). Sum of RGB (Red+Green+Blue) = 159+214+16=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD610 is #6029EF. Grayscale: #AFAFAF. Windows color (decimal): -6302192 or 1103519. OLE color: 1103519.

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

Color convert

RGB 159 214 16 -
CMYK 0.26 0 0.93 0.16
HSL 76.67º 0.86% 0.45% -
HSV(B) 76.67º 0.93% 0.84% -
XYZ 38.44 55.5 9.18 -
YUV 174.98 38.28 116.6 -
System Red Green Blue C M Y K H S L
Decimal 159 214 16 0.26 0 0.93 0.16 76.67 0.86 0.45
Hex 9F D6 10 1A 0 5D 10 4D 56 2D
Octal 237 326 20 32 0 135 20 115 126 55
Binary 10011111 11010110 10000 11010 0 1011101 10000 1001101 1010110 101101

Color Harmonies of #9FD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD610

Black with #9FD610

Text Example


Text Example

White with #9FD610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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