Html Css Color HEX #9BDC04 Inch Worm

📋 copy color: '#9BDC04'

red 155 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #9BDC04

Tints of Inch Worm #9BDC04

RGB

 RED value IS 155 (60.94% from 255) = 40.9%

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

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

R = 40.9%
G = 58.05%
B = 1.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#9BDC04 (or 0x9BDC04) is known color: Inch Worm. HEX triplet: 9B, DC and 04. RGB value is (155,220,4). Sum of RGB (Red+Green+Blue) = 155+220+4=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDC04 is #6423FB. Grayscale: #B0B0B0. Windows color (decimal): -6562812 or 318619. OLE color: 318619.

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

Color convert

RGB 155 220 4 -
CMYK 0.30 0 0.98 0.14
HSL 78.06º 0.96% 0.44% -
HSV(B) 78.06º 0.98% 0.86% -
XYZ 39.13 58.16 9.28 -
YUV 175.94 30.97 113.06 -
System Red Green Blue C M Y K H S L
Decimal 155 220 4 0.30 0 0.98 0.14 78.06 0.96 0.44
Hex 9B DC 4 1E 0 62 E 4E 60 2C
Octal 233 334 4 36 0 142 16 116 140 54
Binary 10011011 11011100 100 11110 0 1100010 1110 1001110 1100000 101100

Color Harmonies of #9BDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC04

Black with #9BDC04

Text Example


Text Example

White with #9BDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,4); }

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

background-color css

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

 a { background-color: rgb(155,220,4); }

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

border-color css

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

 span { border-color: rgb(155,220,4); }

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