Html Css Color HEX #9CE014 Inch Worm

📋 copy color: '#9CE014'

red 156 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #9CE014

Tints of Inch Worm #9CE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56%

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

R = 39%
G = 56%
B = 5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#9CE014 (or 0x9CE014) is known color: Inch Worm. HEX triplet: 9C, E0 and 14. RGB value is (156,224,20). Sum of RGB (Red+Green+Blue) = 156+224+20=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CE014 is #631FEB. Grayscale: #B5B5B5. Windows color (decimal): -6496236 or 1368220. OLE color: 1368220.

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

Color convert

RGB 156 224 20 -
CMYK 0.30 0 0.91 0.12
HSL 80º 0.84% 0.48% -
HSV(B) 80º 0.91% 0.88% -
XYZ 40.49 60.43 10.19 -
YUV 180.41 37.47 110.59 -
System Red Green Blue C M Y K H S L
Decimal 156 224 20 0.30 0 0.91 0.12 80 0.84 0.48
Hex 9C E0 14 1E 0 5B C 50 54 30
Octal 234 340 24 36 0 133 14 120 124 60
Binary 10011100 11100000 10100 11110 0 1011011 1100 1010000 1010100 110000

Color Harmonies of #9CE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE014

Black with #9CE014

Text Example


Text Example

White with #9CE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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