Html Css Color HEX #9CE314 Inch Worm

📋 copy color: '#9CE314'

red 156 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #9CE314

Tints of Inch Worm #9CE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.33%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 38.71%
G = 56.33%
B = 4.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#9CE314 (or 0x9CE314) is known color: Inch Worm. HEX triplet: 9C, E3 and 14. RGB value is (156,227,20). Sum of RGB (Red+Green+Blue) = 156+227+20=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE314 is #631CEB. Grayscale: #B6B6B6. Windows color (decimal): -6495468 or 1368988. OLE color: 1368988.

HSL color Cylindrical-coordinate representation of color #9CE314: hue angle of 80.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CE314 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 227 20 -
CMYK 0.31 0 0.91 0.11
HSL 80.58º 0.84% 0.48% -
HSV(B) 80.58º 0.91% 0.89% -
XYZ 41.31 62.06 10.46 -
YUV 182.17 36.48 109.33 -
System Red Green Blue C M Y K H S L
Decimal 156 227 20 0.31 0 0.91 0.11 80.58 0.84 0.48
Hex 9C E3 14 1F 0 5B B 51 54 30
Octal 234 343 24 37 0 133 13 121 124 60
Binary 10011100 11100011 10100 11111 0 1011011 1011 1010001 1010100 110000

Color Harmonies of #9CE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE314

Black with #9CE314

Text Example


Text Example

White with #9CE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,227,20); }

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

background-color css

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

 a { background-color: rgb(156,227,20); }

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

border-color css

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

 span { border-color: rgb(156,227,20); }

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