Html Css Color HEX #9CDC04 Inch Worm

📋 copy color: '#9CDC04'

red 156 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #9CDC04

Tints of Inch Worm #9CDC04

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

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

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

R = 41.05%
G = 57.89%
B = 1.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#9CDC04 (or 0x9CDC04) is known color: Inch Worm. HEX triplet: 9C, DC and 04. RGB value is (156,220,4). Sum of RGB (Red+Green+Blue) = 156+220+4=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDC04 is #6323FB. Grayscale: #B1B1B1. Windows color (decimal): -6497276 or 318620. OLE color: 318620.

HSL color Cylindrical-coordinate representation of color #9CDC04: hue angle of 77.78º 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 #9CDC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 4 -
CMYK 0.29 0 0.98 0.14
HSL 77.78º 0.96% 0.44% -
HSV(B) 77.78º 0.98% 0.86% -
XYZ 39.33 58.26 9.29 -
YUV 176.24 30.8 113.56 -
System Red Green Blue C M Y K H S L
Decimal 156 220 4 0.29 0 0.98 0.14 77.78 0.96 0.44
Hex 9C DC 4 1D 0 62 E 4E 60 2C
Octal 234 334 4 35 0 142 16 116 140 54
Binary 10011100 11011100 100 11101 0 1100010 1110 1001110 1100000 101100

Color Harmonies of #9CDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC04

Black with #9CDC04

Text Example


Text Example

White with #9CDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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