Html Css Color HEX #9FDD04 Inch Worm

📋 copy color: '#9FDD04'

red 159 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #9FDD04

Tints of Inch Worm #9FDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 41.41%
G = 57.55%
B = 1.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#9FDD04 (or 0x9FDD04) is known color: Inch Worm. HEX triplet: 9F, DD and 04. RGB value is (159,221,4). Sum of RGB (Red+Green+Blue) = 159+221+4=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD04 is #6022FB. Grayscale: #B2B2B2. Windows color (decimal): -6300412 or 318879. OLE color: 318879.

HSL color Cylindrical-coordinate representation of color #9FDD04: hue angle of 77.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FDD04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 4 -
CMYK 0.28 0 0.98 0.13
HSL 77.14º 0.96% 0.44% -
HSV(B) 77.14º 0.98% 0.87% -
XYZ 40.18 59.09 9.4 -
YUV 177.72 29.96 114.64 -
System Red Green Blue C M Y K H S L
Decimal 159 221 4 0.28 0 0.98 0.13 77.14 0.96 0.44
Hex 9F DD 4 1C 0 62 D 4D 60 2C
Octal 237 335 4 34 0 142 15 115 140 54
Binary 10011111 11011101 100 11100 0 1100010 1101 1001101 1100000 101100

Color Harmonies of #9FDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD04

Black with #9FDD04

Text Example


Text Example

White with #9FDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,4); }

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

background-color css

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

 a { background-color: rgb(159,221,4); }

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

border-color css

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

 span { border-color: rgb(159,221,4); }

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