Html Css Color HEX #9CD70E Inch Worm

📋 copy color: '#9CD70E'

red 156 ◦ green 215 ◦ blue 14

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

Shades of Inch Worm #9CD70E

Tints of Inch Worm #9CD70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.84%

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

R = 40.52%
G = 55.84%
B = 3.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#9CD70E (or 0x9CD70E) is known color: Inch Worm. HEX triplet: 9C, D7 and 0E. RGB value is (156,215,14). Sum of RGB (Red+Green+Blue) = 156+215+14=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD70E is #6328F1. Grayscale: #AFAFAF. Windows color (decimal): -6498546 or 972700. OLE color: 972700.

HSL color Cylindrical-coordinate representation of color #9CD70E: hue angle of 77.61º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CD70E is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 215 14 -
CMYK 0.27 0 0.93 0.16
HSL 77.61º 0.88% 0.45% -
HSV(B) 77.61º 0.93% 0.84% -
XYZ 38.09 55.7 9.16 -
YUV 174.45 37.45 114.84 -
System Red Green Blue C M Y K H S L
Decimal 156 215 14 0.27 0 0.93 0.16 77.61 0.88 0.45
Hex 9C D7 E 1B 0 5D 10 4E 58 2D
Octal 234 327 16 33 0 135 20 116 130 55
Binary 10011100 11010111 1110 11011 0 1011101 10000 1001110 1011000 101101

Color Harmonies of #9CD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD70E

Black with #9CD70E

Text Example


Text Example

White with #9CD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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