Html Css Color HEX #9CD50E Inch Worm

📋 copy color: '#9CD50E'

red 156 ◦ green 213 ◦ blue 14

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

Shades of Inch Worm #9CD50E

Tints of Inch Worm #9CD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.61%

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

R = 40.73%
G = 55.61%
B = 3.66%

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

#9CD50E (or 0x9CD50E) is known color: Inch Worm. HEX triplet: 9C, D5 and 0E. RGB value is (156,213,14). Sum of RGB (Red+Green+Blue) = 156+213+14=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD50E is #632AF1. Grayscale: #AEAEAE. Windows color (decimal): -6499058 or 972188. OLE color: 972188.

HSL color Cylindrical-coordinate representation of color #9CD50E: hue angle of 77.19º 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 #9CD50E is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 14 -
CMYK 0.27 0 0.93 0.16
HSL 77.19º 0.88% 0.45% -
HSV(B) 77.19º 0.93% 0.84% -
XYZ 37.58 54.69 8.99 -
YUV 173.27 38.12 115.68 -
System Red Green Blue C M Y K H S L
Decimal 156 213 14 0.27 0 0.93 0.16 77.19 0.88 0.45
Hex 9C D5 E 1B 0 5D 10 4D 58 2D
Octal 234 325 16 33 0 135 20 115 130 55
Binary 10011100 11010101 1110 11011 0 1011101 10000 1001101 1011000 101101

Color Harmonies of #9CD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD50E

Black with #9CD50E

Text Example


Text Example

White with #9CD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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