Html Css Color HEX #9FEC0E Inch Worm

📋 copy color: '#9FEC0E'

red 159 ◦ green 236 ◦ blue 14

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

Shades of Inch Worm #9FEC0E

Tints of Inch Worm #9FEC0E

RGB

 RED value IS 159 (62.5% from 255) = 38.88%

 GREEN value IS 236 (92.58% from 255) = 57.7%

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

R = 38.88%
G = 57.7%
B = 3.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#9FEC0E (or 0x9FEC0E) is known color: Inch Worm. HEX triplet: 9F, EC and 0E. RGB value is (159,236,14). Sum of RGB (Red+Green+Blue) = 159+236+14=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #9FEC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEC0E is #6013F1. Grayscale: #BCBCBC. Windows color (decimal): -6296562 or 978079. OLE color: 978079.

HSL color Cylindrical-coordinate representation of color #9FEC0E: hue angle of 80.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FEC0E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 14 -
CMYK 0.33 0 0.94 0.07
HSL 80.81º 0.89% 0.49% -
HSV(B) 80.81º 0.94% 0.93% -
XYZ 44.37 67.39 11.09 -
YUV 187.67 29.99 107.55 -
System Red Green Blue C M Y K H S L
Decimal 159 236 14 0.33 0 0.94 0.07 80.81 0.89 0.49
Hex 9F EC E 21 0 5E 7 51 59 31
Octal 237 354 16 41 0 136 7 121 131 61
Binary 10011111 11101100 1110 100001 0 1011110 111 1010001 1011001 110001

Color Harmonies of #9FEC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEC0E

Black with #9FEC0E

Text Example


Text Example

White with #9FEC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,14); }

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

background-color css

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

 a { background-color: rgb(159,236,14); }

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

border-color css

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

 span { border-color: rgb(159,236,14); }

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