Html Css Color HEX #9CD40E Inch Worm

📋 copy color: '#9CD40E'

red 156 ◦ green 212 ◦ blue 14

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

Shades of Inch Worm #9CD40E

Tints of Inch Worm #9CD40E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.5%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 40.84%
G = 55.5%
B = 3.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#9CD40E (or 0x9CD40E) is known color: Inch Worm. HEX triplet: 9C, D4 and 0E. RGB value is (156,212,14). Sum of RGB (Red+Green+Blue) = 156+212+14=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD40E is #632BF1. Grayscale: #ADADAD. Windows color (decimal): -6499314 or 971932. OLE color: 971932.

HSL color Cylindrical-coordinate representation of color #9CD40E: hue angle of 76.97º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CD40E is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 156 212 14 -
CMYK 0.26 0 0.93 0.17
HSL 76.97º 0.88% 0.44% -
HSV(B) 76.97º 0.93% 0.83% -
XYZ 37.33 54.19 8.91 -
YUV 172.68 38.45 116.1 -
System Red Green Blue C M Y K H S L
Decimal 156 212 14 0.26 0 0.93 0.17 76.97 0.88 0.44
Hex 9C D4 E 1A 0 5D 11 4D 58 2C
Octal 234 324 16 32 0 135 21 115 130 54
Binary 10011100 11010100 1110 11010 0 1011101 10001 1001101 1011000 101100

Color Harmonies of #9CD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD40E

Black with #9CD40E

Text Example


Text Example

White with #9CD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,212,14); }

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

background-color css

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

 a { background-color: rgb(156,212,14); }

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

border-color css

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

 span { border-color: rgb(156,212,14); }

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