Html Css Color HEX #9CEF14 Inch Worm

📋 copy color: '#9CEF14'

red 156 ◦ green 239 ◦ blue 20

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

Shades of Inch Worm #9CEF14

Tints of Inch Worm #9CEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.59%

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

R = 37.59%
G = 57.59%
B = 4.82%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#9CEF14 (or 0x9CEF14) is known color: Inch Worm. HEX triplet: 9C, EF and 14. RGB value is (156,239,20). Sum of RGB (Red+Green+Blue) = 156+239+20=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CEF14 is #6310EB. Grayscale: #BEBEBE. Windows color (decimal): -6492396 or 1372060. OLE color: 1372060.

HSL color Cylindrical-coordinate representation of color #9CEF14: hue angle of 82.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CEF14 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 239 20 -
CMYK 0.35 0 0.92 0.06
HSL 82.74º 0.87% 0.51% -
HSV(B) 82.74º 0.92% 0.94% -
XYZ 44.7 68.85 11.6 -
YUV 189.22 32.5 104.31 -
System Red Green Blue C M Y K H S L
Decimal 156 239 20 0.35 0 0.92 0.06 82.74 0.87 0.51
Hex 9C EF 14 23 0 5C 6 53 57 33
Octal 234 357 24 43 0 134 6 123 127 63
Binary 10011100 11101111 10100 100011 0 1011100 110 1010011 1010111 110011

Color Harmonies of #9CEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEF14

Black with #9CEF14

Text Example


Text Example

White with #9CEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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