Html Css Color HEX #9CDC13 Inch Worm

📋 copy color: '#9CDC13'

red 156 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #9CDC13

Tints of Inch Worm #9CDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.81%

R = 39.49%
G = 55.7%
B = 4.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#9CDC13 (or 0x9CDC13) is known color: Inch Worm. HEX triplet: 9C, DC and 13. RGB value is (156,220,19). Sum of RGB (Red+Green+Blue) = 156+220+19=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDC13 is #6323EC. Grayscale: #B2B2B2. Windows color (decimal): -6497261 or 1301660. OLE color: 1301660.

HSL color Cylindrical-coordinate representation of color #9CDC13: hue angle of 79.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CDC13 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 19 -
CMYK 0.29 0 0.91 0.14
HSL 79.1º 0.84% 0.47% -
HSV(B) 79.1º 0.91% 0.86% -
XYZ 39.42 58.3 9.79 -
YUV 177.95 38.3 112.34 -
System Red Green Blue C M Y K H S L
Decimal 156 220 19 0.29 0 0.91 0.14 79.1 0.84 0.47
Hex 9C DC 13 1D 0 5B E 4F 54 2F
Octal 234 334 23 35 0 133 16 117 124 57
Binary 10011100 11011100 10011 11101 0 1011011 1110 1001111 1010100 101111

Color Harmonies of #9CDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC13

Black with #9CDC13

Text Example


Text Example

White with #9CDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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